Skip to content

Commit c1b5262

Browse files
committed
Upgrade to Gradle 2.5
Issue: SPR-13012
1 parent 8e56602 commit c1b5262

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ configure(rootProject) {
13611361

13621362
task wrapper(type: Wrapper) {
13631363
description = "Generates gradlew[.bat] scripts"
1364-
gradleVersion = "2.4"
1364+
gradleVersion = "2.5"
13651365

13661366
doLast() {
13671367
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"

gradle/wrapper/gradle-wrapper.jar

5 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 May 06 21:35:37 CEST 2015
1+
#Thu Jul 09 16:54:55 EEST 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.4-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip

0 commit comments

Comments
 (0)