You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/01/05 19:51:49 UTC

svn commit: r1227745 - in /tapestry/tapestry5/trunk: build.gradle gradle/wrapper/gradle-wrapper.jar gradle/wrapper/gradle-wrapper.properties

Author: hlship
Date: Thu Jan  5 18:51:48 2012
New Revision: 1227745

URL: http://svn.apache.org/viewvc?rev=1227745&view=rev
Log:
Upgrade Gradle wrapper to 1.0-milestone-7

Modified:
    tapestry/tapestry5/trunk/build.gradle
    tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.jar
    tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.properties

Modified: tapestry/tapestry5/trunk/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1227745&r1=1227744&r2=1227745&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Thu Jan  5 18:51:48 2012
@@ -238,7 +238,7 @@ task generateRelease(dependsOn: ['quicks
         description: "Generates and uploads a final release to Apache Nexus")
 
 task wrapper(type: Wrapper) {
-    gradleVersion = '1.0-milestone-6'
+    gradleVersion = '1.0-milestone-7'
     description = "Regenerates the Gradle Wrapper files"
 }
 

Modified: tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.jar
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.jar?rev=1227745&r1=1227744&r2=1227745&view=diff
==============================================================================
Files tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.jar (original) and tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.jar Thu Jan  5 18:51:48 2012 differ

Modified: tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.properties?rev=1227745&r1=1227744&r2=1227745&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.properties (original)
+++ tapestry/tapestry5/trunk/gradle/wrapper/gradle-wrapper.properties Thu Jan  5 18:51:48 2012
@@ -1,6 +1,6 @@
-#Wed Jan 04 14:49:13 PST 2012
+#Thu Jan 05 08:49:31 PST 2012
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=http\://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-6-bin.zip
+distributionUrl=http\://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-7-bin.zip