diff --git a/build.gradle b/build.gradle index 8384c724f4dcb0f534b19fdb51dbd9bfe9783708..3fb4cb5737221051c6dd6ca885d1ce423db3a4ee 100644 --- a/build.gradle +++ b/build.gradle @@ -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