Skip to content

Commit 3aefa13

Browse files
committed
Upgrade build to Gradle 2.14
Issue: SPR-14362
1 parent 3be0ea9 commit 3aefa13

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

13681368
task wrapper(type: Wrapper) {
13691369
description = "Generates gradlew[.bat] scripts"
1370-
gradleVersion = "2.13"
1370+
gradleVersion = "2.14"
13711371

13721372
doLast() {
13731373
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"

gradle/wrapper/gradle-wrapper.jar

-237 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+
#Mon Jul 04 15:22:52 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-bin.zip

0 commit comments

Comments
 (0)