Skip to content

Commit

Permalink
Upgrading java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Carenton committed Sep 3, 2015
1 parent 8b045ff commit 1799717
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 @@ -128,7 +128,7 @@ Builds the project via ant (obviously).
<property name="filter" value="false"/>
<property name="sign" value="false"/>
<property name="seal" value="false"/>
<property name="java.version.val" value="1.7"/>
<property name="java.version.val" value="1.8"/>

<!-- **static defines** -->
<property name="version_num" value="0.0.0"/>
Expand Down

0 comments on commit 1799717

Please sign in to comment.