Skip to content

Commit af4ef22

Browse files
committed
Upgrade gradle to 2.4 RC-1
1 parent e4f7cea commit af4ef22

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ subprojects {
3333
//Dont cache snapshots
3434
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
3535
}
36+
}
37+
38+
wrapper {
39+
gradleVersion = "2.4-rc-1"
3640
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Apr 19 16:18:48 EST 2015
1+
#Fri Apr 24 01:04:39 EST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-rc-1-bin.zip

0 commit comments

Comments
 (0)