Skip to content

Commit

Permalink
Switch back to keep Ringo compatible with Java 7
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Jan 26, 2017
1 parent ce993f2 commit 4c204c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<property name="version" value="1.0.0"/>

<!-- javac default targets for cross compilation on newer JDKs -->
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="ant.build.javac.source" value="7"/>
<property name="ant.build.javac.target" value="7"/>

<property name="home" value="."/>

Expand Down

0 comments on commit 4c204c4

Please sign in to comment.