Skip to content

Commit

Permalink
Change compiler source & target to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gohai committed Aug 1, 2015
1 parent 163e08e commit bebac5b
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 @@ -15,8 +15,8 @@
<fail unless="core-built" message="Please build the core library first and make sure it sits in ${core.classpath.location}/core.jar" />

<mkdir dir="bin" />
<javac source="1.6"
target="1.6"
<javac source="1.7"
target="1.7"
srcdir="src" destdir="bin"
encoding="UTF-8"
includeAntRuntime="false"
Expand Down

0 comments on commit bebac5b

Please sign in to comment.