Commit 866ebf7c authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.3.x'

parents fc9760ba 8a249daf
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</target> </target>
<target name="compile" depends="init" description="compile"> <target name="compile" depends="init" description="compile">
<javac srcdir="src/main/java" destdir="build/ant/classes" classpathref="compile.classpath" fork="true" includeantruntime="false" /> <javac srcdir="src/main/java" destdir="build/ant/classes" classpathref="compile.classpath" fork="true" includeantruntime="false" source="8" target="8" compiler="javac1.8"/>
</target> </target>
<target name="clean" description="cleans all created files/dirs"> <target name="clean" description="cleans all created files/dirs">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment