Build: Set Java 7 build target for all jars;

embedders (esp. Android) targetting 1.6 must
set javac.version=1.6 in override.properties and set
both bootclasspath variables.
This commit is contained in:
zzz
2016-10-26 16:56:13 +00:00
parent 2b6fd49a53
commit 08d1ea89bf
21 changed files with 39 additions and 30 deletions

View File

@ -47,7 +47,7 @@
</target>
<property name="javac.compilerargs" value="" />
<property name="javac.version" value="1.6" />
<property name="javac.version" value="1.7" />
<target name="compile" depends="prepare, depend, dependVersion">
<mkdir dir="./build" />