Skip to content

Commit

Permalink
Bump target Java version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Sep 11, 2016
1 parent 16fca3e commit 81fd333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -2,8 +2,8 @@
<project basedir="." default="jar" name="openslide java">
<property environment="env"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
<property name="target" value="1.6"/>
<property name="source" value="1.6"/>
<property name="builddir" value="."/>
<property name="openslide.binding.version" value="UNKNOWN"/>
<property name="openslide.jni.path" value=""/>
Expand Down

0 comments on commit 81fd333

Please sign in to comment.