Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Phillip Webb 2024-10-01 16:57:00 -07:00
commit 85ec3b1728
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ task copyAntSources(type: Copy) {
}
task antRun(type: JavaExec) {
workingDir "${buildDir}/ant"
dependsOn syncTestRepository, copyAntSources, configurations.antDependencies
classpath = configurations.antDependencies;
mainClass = "org.apache.tools.ant.launch.Launcher"

View File

@ -11,7 +11,7 @@
actual jars). Run with '$ java -jar target/*.jar'.
</description>
<property name="lib.dir" location="${basedir}/build/ant/lib" />
<property name="lib.dir" location="${basedir}/lib" />
<property name="start-class" value="smoketest.ant.SampleAntApplication" />
<target name="clean-ivy-cache">