Skip to content

Commit e5478cf

Browse files
committed
align defaults
1 parent 6e80915 commit e5478cf

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
@@ -95,7 +95,7 @@
9595
<target name="build" description="Builds the validator" depends="prepare">
9696
<mkdir dir="./build"/>
9797
<javac classpathref="build.class.path" destdir="./build" encoding="UTF-8"
98-
debug="yes" includes="org/w3c/**" srcdir="." source="1.7" target="1.7"
98+
debug="yes" includes="org/w3c/**" srcdir="." source="8" target="8"
9999
includeantruntime="false"/>
100100
<copy todir="./build">
101101
<fileset dir="./">

0 commit comments

Comments
 (0)