mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Compile with Java 7
This commit is contained in:
parent
822f55d9f2
commit
1ed45b1a20
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Fri Feb 20 15:08:04 CET 2015
|
||||
build.number=985
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Sun Apr 26 22:16:02 CEST 2015
|
||||
build.number=987
|
||||
|
@ -57,8 +57,8 @@ javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
|
||||
javac.deprecation=false
|
||||
javac.processorpath=\
|
||||
${javac.classpath}
|
||||
javac.source=1.6
|
||||
javac.target=1.6
|
||||
javac.source=1.7
|
||||
javac.target=1.7
|
||||
javac.test.classpath=\
|
||||
${javac.classpath}:\
|
||||
${build.classes.dir}
|
||||
|
Loading…
Reference in New Issue
Block a user