From 0629ee40432c79fbde8cfec8a094b3f26ceb726b Mon Sep 17 00:00:00 2001
From: birkhoff <mike.birkhoff@gmx.de>
Date: Fri, 7 Sep 2012 13:08:37 +0200
Subject: [PATCH] gradle completeInstall triggers now the the setClassPath task

---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 3fb4cb57..0d586204 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,6 +97,7 @@ task downloadCli << {
 
 
 completeInstall.dependsOn downloadCli
+completeInstall.dependsOn subprojects.setClassPath
 
 task deleteOldArtifacts(type: Delete) {
   	String updateSite = workspacePath+'updatesite'
-- 
GitLab