Skip to content

Commit a61cf7d

Browse files
committed
j3dcore: update to source/target 1.6 for now, no point in 1.5
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
1 parent 1035083 commit a61cf7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<target name="compile" depends="gen">
7979
<javac srcdir="${src.dir}:${j3dtools.src.dir}:${gen.dir}/src"
8080
destdir="${class.dir}"
81-
source="1.5"
82-
target="1.5"
81+
source="1.6"
82+
target="1.6"
8383
debug="true"
8484
debuglevel="lines,source"
8585
deprecation="off"

0 commit comments

Comments
 (0)