|
|
|
@ -51,6 +51,7 @@ task antRun(type: JavaExec) {
|
|
|
|
|
dependsOn syncTestRepository, configurations.antDependencies
|
|
|
|
|
classpath = configurations.antDependencies;
|
|
|
|
|
mainClass = "org.apache.tools.ant.launch.Launcher"
|
|
|
|
|
args = [ "clean", "build" ]
|
|
|
|
|
systemProperties = [
|
|
|
|
|
"ant-spring-boot.version" : version,
|
|
|
|
|
"projectDir": project.layout.projectDirectory
|
|
|
|
|