mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[libgdx] Switch Java version back to 1.7.
This commit is contained in:
parent
7763a8839b
commit
aebe8d3fb6
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user