Skip to content

Commit

Permalink
Issue #359 - ant build javaversion changed to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Jan 7, 2016
1 parent c4ea945 commit 1ec0073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -22,7 +22,7 @@
<property name="websiteDir" value="website" />

<!-- Java switches -->
<property name="javaVersion" value="1.5" />
<property name="javaVersion" value="1.6" />
<property name="javaDebug" value="true" />
<property name="javaDebugLevel" value="lines,source" />

Expand Down

0 comments on commit 1ec0073

Please sign in to comment.