Skip to content

Commit 74dec92

Browse files
gregturnzjouahri
authored andcommitted
Upgrade to Gradle 2.3
1 parent bbe8d96 commit 74dec92

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dependencies {
2828
}
2929

3030
task wrapper(type: Wrapper) {
31-
gradleVersion = '1.11'
31+
gradleVersion = '2.3'
3232
}
503 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Feb 12 07:26:43 CST 2014
1+
#Sun Mar 15 13:49:20 EDT 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dependencies {
2828
}
2929

3030
task wrapper(type: Wrapper) {
31-
gradleVersion = '1.11'
31+
gradleVersion = '2.3'
3232
}
503 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Feb 12 07:26:48 CST 2014
1+
#Sun Mar 15 13:49:28 EDT 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip

0 commit comments

Comments
 (0)