Revert build to Gradle 2.13

Issue: SPR-14362
This commit is contained in:
Sam Brannen 2016-06-15 13:00:40 +02:00
parent b5364d5f1a
commit 9001af7efb
3 changed files with 3 additions and 3 deletions

View File

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

Binary file not shown.

View File

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