Browse Source

Set includeantruntime in Ant smoke tests

See gh-20047
pull/20058/head
dreis2211 6 years ago committed by Stephane Nicoll
parent
commit
c6ee121b03
  1. 2
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml

2
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml

@ -29,7 +29,7 @@ @@ -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">

Loading…
Cancel
Save