travis fix, first try

This commit is contained in:
Jannik 2018-01-13 00:13:34 +01:00
parent 52c2912ba2
commit fe4fcb45d7
2 changed files with 13 additions and 13 deletions

View File

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

22
pom.xml
View File

@ -178,18 +178,17 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>9</source>
<target>9</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>9</source>
<target>9</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
@ -214,7 +213,6 @@
</execution>
</executions>
</plugin>
</plugins>
</build>