Skip to content

Commit

Permalink
Merge pull request #199 from egonw/patch-2
Browse files Browse the repository at this point in the history
Build for Java 8
  • Loading branch information
mkutmon authored Aug 29, 2023
2 parents 7b6ddfa + 48a861f commit 2ed1cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<project name="PathVisio-common" basedir=".">

<property name="debug.mode" value="true"/>
<property name="ant.build.javac.target" value="1.6"/>
<property name="ant.build.javac.source" value="1.6"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="ant.build.javac.source" value="1.8"/>

<property name="pathvisio.version" value="3.4.0"/>
<property name="bundle.dest" value=".."/>
Expand Down

0 comments on commit 2ed1cb7

Please sign in to comment.