Require Java 7
This commit is contained in:
parent
f05d6c9a58
commit
3997440944
1 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
includeantruntime="false"
|
includeantruntime="false"
|
||||||
optimize="false"
|
optimize="false"
|
||||||
source="1.6">
|
source="1.7">
|
||||||
<classpath refid="utility.compile.classpath" />
|
<classpath refid="utility.compile.classpath" />
|
||||||
</javac>
|
</javac>
|
||||||
|
|
||||||
|
@ -202,7 +202,7 @@
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
includeantruntime="false"
|
includeantruntime="false"
|
||||||
optimize="true"
|
optimize="true"
|
||||||
source="1.6">
|
source="1.7">
|
||||||
<classpath refid="main.compile.classpath" />
|
<classpath refid="main.compile.classpath" />
|
||||||
</javac>
|
</javac>
|
||||||
</target>
|
</target>
|
||||||
|
@ -224,7 +224,7 @@
|
||||||
encoding="UTF8"
|
encoding="UTF8"
|
||||||
includeantruntime="false"
|
includeantruntime="false"
|
||||||
optimize="false"
|
optimize="false"
|
||||||
source="1.6">
|
source="1.7">
|
||||||
<classpath refid="test.compile.classpath" />
|
<classpath refid="test.compile.classpath" />
|
||||||
</javac>
|
</javac>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue