mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Events fixed
This commit is contained in:
10
app/pom.xml
10
app/pom.xml
@@ -19,5 +19,15 @@
|
||||
|
||||
<build>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>16</source>
|
||||
<target>16</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
Reference in New Issue
Block a user