Skip to content

Commit

Permalink
Set includeantruntime in Ant smoke tests
Browse files Browse the repository at this point in the history
dreis2211 authored and snicoll committed Feb 6, 2020
1 parent a863ef6 commit c6ee121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
</target>

<target name="compile" depends="init" description="compile">
<javac srcdir="src/main/java" destdir="build/ant/classes" classpathref="compile.classpath" fork="true" />
<javac srcdir="src/main/java" destdir="build/ant/classes" classpathref="compile.classpath" fork="true" includeantruntime="false" />
</target>

<target name="clean" description="cleans all created files/dirs">

0 comments on commit c6ee121

Please sign in to comment.