From 00a1c6c986d940f342470cb376d6a9d970cf7ec0 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Sat, 26 Jul 2014 16:24:21 +0100 Subject: [PATCH] Upgrades groovy version. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 01e5e436..217291b1 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ repositories { } dependencies { - compile 'org.codehaus.groovy:groovy:2.1.7' - compile 'org.codehaus.groovy:groovy-templates:2.1.7' + compile 'org.codehaus.groovy:groovy:2.3.5' + compile 'org.codehaus.groovy:groovy-templates:2.3.5' testCompile 'junit:junit:4.11' testCompile 'info.cukes:cucumber-groovy:1.1.5' testCompile 'info.cukes:cucumber-junit:1.1.5' @@ -112,4 +112,4 @@ task installModules(type: Copy, dependsOn: [cleanInstallModules, prepareScripts] exclude "gvm-init.sh" } -task install(dependsOn: [installInit, installModules]) \ No newline at end of file +task install(dependsOn: [installInit, installModules])