Skip to content
Snippets Groups Projects
Commit 7a107971 authored by birkhoff's avatar birkhoff
Browse files

gradle completeInstall now triggers downloadCli and downloads Dependencies and...

gradle completeInstall now triggers downloadCli and downloads Dependencies and builds de.bmotionstudio.help customBuild.xml
parent da72b97c
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,10 @@ task bMotionStudioHelpCustumBuild(type: Exec){
commandLine 'ant', '-f','de.bmotionstudio.help/customBuild.xml'
}
install.dependsOn bMotionStudioHelpCustumBuild
completeInstall.dependsOn bMotionStudioHelpCustumBuild
project(':de.prob.core') {
repositories {
......@@ -94,6 +95,9 @@ task downloadCli << {
}
completeInstall.dependsOn downloadCli
task deleteOldArtifacts(type: Delete) {
String updateSite = workspacePath+'updatesite'
delete updateSite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment