[libgdx] Switch Java version back to 1.7.

This commit is contained in:
badlogic 2019-11-22 14:39:30 +01:00
parent 7763a8839b
commit aebe8d3fb6

View File

@ -76,8 +76,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
<fork>true</fork>
<showWarnings>true</showWarnings>
</configuration>