Skip to content

Commit b4196dd

Browse files
committed
Set compiler to Java 1.8
1 parent 2682d6d commit b4196dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<mkdir dir="${build.dir}" />
2323
<javac
2424
destdir="${build.dir}"
25-
failonerror="true" source="1.6" target="1.6" debug="false" encoding="ISO-8859-1">
25+
failonerror="true" source="1.8" target="1.8" debug="false" encoding="ISO-8859-1">
2626

2727
<src refid="srcs" />
2828

0 commit comments

Comments
 (0)