From c94907a299931864841bcee6e75b9681f435b9d6 Mon Sep 17 00:00:00 2001
From: birkhoff <mike.birkhoff@gmx.de>
Date: Thu, 13 Sep 2012 15:18:59 +0200
Subject: [PATCH] setClassPath doesn't work on every machine and is currently
 not triggered during a completeInstall

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

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