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){ ...@@ -13,9 +13,10 @@ task bMotionStudioHelpCustumBuild(type: Exec){
commandLine 'ant', '-f','de.bmotionstudio.help/customBuild.xml' commandLine 'ant', '-f','de.bmotionstudio.help/customBuild.xml'
} }
install.dependsOn bMotionStudioHelpCustumBuild install.dependsOn bMotionStudioHelpCustumBuild
completeInstall.dependsOn bMotionStudioHelpCustumBuild
project(':de.prob.core') { project(':de.prob.core') {
repositories { repositories {
...@@ -94,6 +95,9 @@ task downloadCli << { ...@@ -94,6 +95,9 @@ task downloadCli << {
} }
completeInstall.dependsOn downloadCli
task deleteOldArtifacts(type: Delete) { task deleteOldArtifacts(type: Delete) {
String updateSite = workspacePath+'updatesite' String updateSite = workspacePath+'updatesite'
delete updateSite delete updateSite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment