target java 9 until travis offers jdk10

This commit is contained in:
Jannik 2018-05-16 15:12:18 +02:00
parent e1ec3cae7e
commit 26f26ec9f8
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
language: java
jdk:
- oraclejdk9
- openjdk8

View File

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