mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Uses ${ant.java.version} for javac when compiling
This uses the ant jvm version variable to compile teams robot projects. Change-Id: I4f5b704e5230c1bd09323abea6c4044c709c3eff
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
includeAntRuntime="no"
|
||||
includeJavaRuntime="no"
|
||||
classpath="${classpath}"
|
||||
target="1.7"
|
||||
source="1.7"
|
||||
compiler="javac1.7"
|
||||
target="${ant.java.version}"
|
||||
source="${ant.java.version}"
|
||||
compiler="javac${ant.java.version}"
|
||||
debug="true">
|
||||
</javac>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user