Skip to content
This repository was archived by the owner on Nov 29, 2019. It is now read-only.

Commit 283aa38

Browse files
author
Joe Wass
committed
Explicitly target Java 1.7 for compatibility.
1 parent 6930315 commit 283aa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<mkdir dir="${classes.dir}"/>
1515

1616
<javac srcdir="${src.dir}"
17-
destdir="${classes.dir}">
17+
destdir="${classes.dir}" source="1.7" target="1.7">
1818
<classpath>
1919
<fileset dir="${lib.dir}" includes="*.jar"/>
2020
</classpath>

0 commit comments

Comments
 (0)