From bf34d7a63a5e9706117faa755a18768e84b3a806 Mon Sep 17 00:00:00 2001 From: galarragas Date: Mon, 15 Dec 2014 17:58:58 +0000 Subject: [PATCH 1/2] trying to fix the problem during jenkins build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b86920c..9fb0f115 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ repositories { } dependencies { - groovy 'org.codehaus.groovy:groovy-all:1.8.8' + groovy 'org.codehaus.groovy:groovy-all:2.3.6' compile 'org.apache.ivy:ivy:2.2.0' compile 'commons-cli:commons-cli:1.2' // should be part of groovy, but not available when running for some reason testCompile 'junit:junit:4.10' From cc04d8ac36c6e6a92f255896a9ddc4d907897fe3 Mon Sep 17 00:00:00 2001 From: galarragas Date: Mon, 15 Dec 2014 18:00:49 +0000 Subject: [PATCH 2/2] trying to fix the problem during jenkins build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fb0f115..742ca48e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ repositories { } dependencies { - groovy 'org.codehaus.groovy:groovy-all:2.3.6' + compile 'org.codehaus.groovy:groovy-all:2.3.6' compile 'org.apache.ivy:ivy:2.2.0' compile 'commons-cli:commons-cli:1.2' // should be part of groovy, but not available when running for some reason testCompile 'junit:junit:4.10'