From 7a107971925fbb8756ecb2c1d11bf43ae8252491 Mon Sep 17 00:00:00 2001 From: birkhoff <mike.birkhoff@gmx.de> Date: Fri, 7 Sep 2012 12:41:26 +0200 Subject: [PATCH] gradle completeInstall now triggers downloadCli and downloads Dependencies and builds de.bmotionstudio.help customBuild.xml --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8384c724..3fb4cb57 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 -- GitLab