Browse Source

[libgdx] Switch Java version back to 1.7.

badlogic 5 years ago
parent
commit
aebe8d3fb6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      spine-libgdx/spine-libgdx/pom.xml

+ 2 - 2
spine-libgdx/spine-libgdx/pom.xml

@@ -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>