Skip to content

Commit

Permalink
Moves java src and target to 1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Jan 9, 2017
1 parent c8e26f6 commit 4686491
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
destdir="${output}"
debug="true"
fork="true"
source="1.5"
source="1.7"
srcdir="${src}"
target="1.5" />
target="1.7" />
</target>

<target name="compile-test" depends="compile">
Expand All @@ -86,9 +86,9 @@
destdir="${output.test}"
debug="true"
fork="true"
source="1.5"
source="1.7"
srcdir="${src.test}"
target="1.5" />
target="1.7" />
</target>

<target name="run">
Expand Down

0 comments on commit 4686491

Please sign in to comment.