Skip to content

Commit

Permalink
Set target="1.7" in build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Oct 6, 2016
1 parent 73054d3 commit 91faab1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<include name="*.jar" />
</fileset>
</path>
<javac srcdir="src" destdir="bin" source="1.7" includeantruntime="false">
<javac srcdir="src" destdir="bin" source="1.7" target="1.7" includeantruntime="false">
<classpath refid="compile.classpath" />
</javac>
</target>
Expand Down

0 comments on commit 91faab1

Please sign in to comment.