Skip to content

Commit af53f3d

Browse files
committed
Upgrade to Gradle 2.14.1
Issue: SPR-14570
1 parent 188e532 commit af53f3d

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
@@ -1358,7 +1358,7 @@ configure(rootProject) {
13581358

13591359
task wrapper(type: Wrapper) {
13601360
description = "Generates gradlew[.bat] scripts"
1361-
gradleVersion = "2.13"
1361+
gradleVersion = "2.14.1"
13621362

13631363
doLast() {
13641364
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"

gradle/wrapper/gradle-wrapper.jar

-232 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 Jun 15 12:59:30 CEST 2016
1+
#Wed Aug 17 21:21:18 CEST 2016
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.13-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

0 commit comments

Comments
 (0)