Skip to content

Commit

Permalink
update javac to use 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
asebak committed Apr 8, 2016
1 parent aeb997b commit 8dee92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<sequential>
<pathconvert property="classpathProp" refid="classpath"/>
<echo>Classpath is ${classpathProp}</echo>
<javac2 destdir="@{dest}" classpathref="classpath" verbose="false" debug="true" source="1.6" target="1.6"
<javac2 destdir="@{dest}" classpathref="classpath" verbose="false" debug="true" source="1.8" target="1.8"
includeantruntime="false">
<src path="${src}"/>
<src path="${test.src}"/>
Expand Down

0 comments on commit 8dee92f

Please sign in to comment.