Change source/target version from 1.5 to 1.6

Because 1.5 is no longer supported by jdk 9+
This commit is contained in:
Martin Grotzke 2019-01-01 13:35:18 +01:00 committed by GitHub
parent 3ba7150011
commit 567e18370c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<!-- Disable resources (project has none) -->