Skip to content

Commit

Permalink
update Gradle wrapper to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed May 5, 2015
1 parent 413bed0 commit 543e58a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contracttester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ task contractTestTriggeredByOther(dependsOn: contracttests) {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
gradleVersion = '2.3'
distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
}
Binary file modified contracttester/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions contracttester/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Feb 26 16:37:46 CET 2015
#Tue May 05 18:15:45 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip
2 changes: 1 addition & 1 deletion example-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ def writeVersion(def version) {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
gradleVersion = '2.3'
distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
}
Binary file modified example-project/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions example-project/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Feb 10 22:33:57 CET 2015
#Tue May 05 18:15:41 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip

0 comments on commit 543e58a

Please sign in to comment.