We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e80915 commit e5478cfCopy full SHA for e5478cf
build.xml
@@ -95,7 +95,7 @@
95
<target name="build" description="Builds the validator" depends="prepare">
96
<mkdir dir="./build"/>
97
<javac classpathref="build.class.path" destdir="./build" encoding="UTF-8"
98
- debug="yes" includes="org/w3c/**" srcdir="." source="1.7" target="1.7"
+ debug="yes" includes="org/w3c/**" srcdir="." source="8" target="8"
99
includeantruntime="false"/>
100
<copy todir="./build">
101
<fileset dir="./">
0 commit comments