File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ task antRun(type: JavaExec) {
51
51
dependsOn syncTestRepository, configurations. antDependencies
52
52
classpath = configurations. antDependencies;
53
53
mainClass = " org.apache.tools.ant.launch.Launcher"
54
+ args = [ " clean" , " build" ]
54
55
systemProperties = [
55
56
" ant-spring-boot.version" : version,
56
57
" projectDir" : project. layout. projectDirectory
Original file line number Diff line number Diff line change 38
38
39
39
<target name =" clean" description =" cleans all created files/dirs" >
40
40
<delete dir =" target" />
41
+ <delete dir =" ${ lib.dir } " />
41
42
</target >
42
43
43
44
<target name =" build" depends =" compile" >
48
49
</spring-boot : lib >
49
50
</spring-boot : exejar >
50
51
</target >
52
+
51
53
<!-- Manual equivalent of the build target -->
52
54
<target name =" manual" depends =" compile" >
53
55
<jar destfile =" target/${ ant.project.name } -${ ant-spring-boot.version } .jar" compress =" false" >
You can’t perform that action at this time.
0 commit comments