TAP-2299: update Gradle wrapper to 1.12-rc-2
make groovy a testCompile dependency


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/fc9c89ac
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/fc9c89ac
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/fc9c89ac

Branch: refs/heads/master
Commit: fc9c89ac762a7adac80d7368c62a15817fd9656a
Parents: 9612824
Author: Jochen Kemnade <jochenkemn...@web.de>
Authored: Sat Apr 26 11:08:35 2014 +0200
Committer: Jochen Kemnade <jochenkemn...@web.de>
Committed: Sat Apr 26 11:08:35 2014 +0200

----------------------------------------------------------------------
 build.gradle                             | 4 ++--
 gradle/wrapper/gradle-wrapper.properties | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/fc9c89ac/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index ce85b86..bf5c708 100755
--- a/build.gradle
+++ b/build.gradle
@@ -172,7 +172,7 @@ subprojects {
     eclipse.classpath.plusConfigurations += configurations.provided
 
     dependencies {
-        compile "org.codehaus.groovy:groovy-all:${versions.groovy}"
+        testCompile "org.codehaus.groovy:groovy-all:${versions.groovy}"
 
         deployerJars "org.apache.maven.wagon:wagon-http-lightweight:1.0-beta-6"
 
@@ -397,7 +397,7 @@ task continuousIntegration {
 }
 
 task wrapper(type: Wrapper) {
-    gradleVersion = '1.12-rc-1'
+    gradleVersion = '1.12-rc-2'
     description "Regenerates the Gradle Wrapper files"
 }
 

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/fc9c89ac/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 0cb679b..495d7b7 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sun Apr 20 02:35:03 CEST 2014
+#Sat Apr 26 11:07:48 CEST 2014
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-rc-1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-rc-2-bin.zip

Reply via email to