Change from 1.6 to 1.8

This commit is contained in:
shansen 2017-06-09 01:34:34 +02:00
parent fb25c3fb3c
commit 09cfcd2ead
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>