File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ task copyAntSources(type: Copy) {
54
54
}
55
55
56
56
task antRun (type : JavaExec ) {
57
+ workingDir " ${ buildDir} /ant"
57
58
dependsOn syncTestRepository, copyAntSources, configurations. antDependencies
58
59
classpath = configurations. antDependencies;
59
60
mainClass = " org.apache.tools.ant.launch.Launcher"
Original file line number Diff line number Diff line change 11
11
actual jars). Run with '$ java -jar target/*.jar'.
12
12
</description >
13
13
14
- <property name =" lib.dir" location =" ${ basedir } /build/ant/ lib" />
14
+ <property name =" lib.dir" location =" ${ basedir } /lib" />
15
15
<property name =" start-class" value =" smoketest.ant.SampleAntApplication" />
16
16
17
17
<target name =" clean-ivy-cache" >
You can’t perform that action at this time.
0 commit comments