Skip to content

Commit 9001af7

Browse files
committed
Revert build to Gradle 2.13
Issue: SPR-14362
1 parent b5364d5 commit 9001af7

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.14"
1370+
gradleVersion = "2.13"
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-
#Tue Jun 14 17:29:02 CEST 2016
1+
#Wed Jun 15 12:59:30 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.14-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip

0 commit comments

Comments
 (0)