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 707d858 commit 1dce2cdCopy full SHA for 1dce2cd
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle
@@ -49,12 +49,11 @@ task syncTestRepository(type: Sync) {
49
task copyAntSources(type: Copy) {
50
from project.layout.projectDirectory
51
include "*.xml"
52
- into "${buildDir}/antbuild"
+ into "${buildDir}/ant"
53
filter(springRepoistoryTransformers.ant())
54
}
55
56
task antRun(type: JavaExec) {
57
- workingDir "${buildDir}/antbuild"
58
dependsOn syncTestRepository, copyAntSources, configurations.antDependencies
59
classpath = configurations.antDependencies;
60
mainClass = "org.apache.tools.ant.launch.Launcher"
0 commit comments