target java 10

This commit is contained in:
Jannik
2018-05-16 14:57:55 +02:00
parent 1e0ab2b943
commit d7ed7c7b21
4 changed files with 7 additions and 8 deletions

View File

@ -68,8 +68,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>9</source>
<target>9</target>
<source>10</source>
<target>10</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>