Repository: tapestry-5
Updated Branches:
  refs/heads/master 316e2ab56 -> 91c4c7c5c


upgrade Gradle wrapper


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

Branch: refs/heads/master
Commit: 91c4c7c5c45cba359427107603eb366358431960
Parents: 316e2ab
Author: Jochen Kemnade <jkemn...@apache.org>
Authored: Wed Nov 1 08:38:45 2017 +0100
Committer: Jochen Kemnade <jkemn...@apache.org>
Committed: Wed Nov 1 08:38:45 2017 +0100

----------------------------------------------------------------------
 build.gradle                                    |   2 +-
 gradle/wrapper/gradle-wrapper.jar               | Bin 54712 -> 54727 bytes
 gradle/wrapper/gradle-wrapper.properties        |   4 ++--
 .../filtered/archetype-resources/build.gradle   |   2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/91c4c7c5/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 80cc485..898ab92 100755
--- a/build.gradle
+++ b/build.gradle
@@ -427,7 +427,7 @@ task continuousIntegration {
 }
 
 task wrapper(type: Wrapper) {
-    gradleVersion = '4.2.1'
+    gradleVersion = '4.3'
     description "Regenerates the Gradle Wrapper files"
 }
 

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/91c4c7c5/gradle/wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.jar 
b/gradle/wrapper/gradle-wrapper.jar
index ed88a04..27768f1 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and 
b/gradle/wrapper/gradle-wrapper.jar differ

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/91c4c7c5/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 731147b..92165ee 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-zipStorePath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-bin.zip

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/91c4c7c5/quickstart/filtered/archetype-resources/build.gradle
----------------------------------------------------------------------
diff --git a/quickstart/filtered/archetype-resources/build.gradle 
b/quickstart/filtered/archetype-resources/build.gradle
index 0ec74df..e9c946e 100644
--- a/quickstart/filtered/archetype-resources/build.gradle
+++ b/quickstart/filtered/archetype-resources/build.gradle
@@ -87,7 +87,7 @@ test {
 }
 
 task wrapper(type: Wrapper) {
-    gradleVersion = '4.2.1'
+    gradleVersion = '4.3'
 }
 
 // TODO: Configure execution mode for jettyRun task

Reply via email to