Skip to content

Commit

Permalink
Bumped to Java 8 in build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Myers committed Aug 30, 2016
1 parent 67f63c0 commit 3a44619
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 @@ -46,8 +46,8 @@
deprecation="true"
destdir="${build}"
srcdir="${src}"
target="1.7"
source="1.7"
target="1.8"
source="1.8"
encoding="UTF-8"
fork="true"
memoryinitialsize="256m"
Expand Down

0 comments on commit 3a44619

Please sign in to comment.