diff options
author | Harvey Harrison <[email protected]> | 2018-06-15 13:57:45 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2018-06-15 13:57:45 -0700 |
commit | a61cf7db3460ff1e39fd4923b32e4c0450ac8c36 (patch) | |
tree | 20807d1506d4a12f31e0f5d3ca335ee0566af376 | |
parent | 103508356dd2d39ba789f120645819c4885824da (diff) |
j3dcore: update to source/target 1.6 for now, no point in 1.5
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -78,8 +78,8 @@ <target name="compile" depends="gen"> <javac srcdir="${src.dir}:${j3dtools.src.dir}:${gen.dir}/src" destdir="${class.dir}" - source="1.5" - target="1.5" + source="1.6" + target="1.6" debug="true" debuglevel="lines,source" deprecation="off" |