Upgrade to Gradle 2.14.1

Issue: SPR-14570
This commit is contained in:
Juergen Hoeller 2016-08-17 21:35:32 +02:00
parent 188e5327ee
commit af53f3d6cf
3 changed files with 3 additions and 3 deletions

View File

@ -1358,7 +1358,7 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = "Generates gradlew[.bat] scripts"
gradleVersion = "2.13"
gradleVersion = "2.14.1"
doLast() {
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Wed Jun 15 12:59:30 CEST 2016
#Wed Aug 17 21:21:18 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip