Skip to content

Commit 3a1dd20

Browse files
committed
Upgrade to Gradle 1.2
Issue: SPR-9790
1 parent 7fd1829 commit 3a1dd20

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ configure(rootProject) {
801801

802802
task wrapper(type: Wrapper) {
803803
description = 'Generates gradlew[.bat] scripts'
804-
gradleVersion = '1.1'
804+
gradleVersion = '1.2'
805805
}
806806
}
807807

gradle/wrapper/gradle-wrapper.jar

6.65 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Aug 07 14:52:15 CEST 2012
1+
#Sun Oct 28 11:46:52 PDT 2012
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip

gradlew

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
##############################################################################
44
##
@@ -9,10 +9,6 @@
99
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
1010
DEFAULT_JVM_OPTS=""
1111

12-
# ADDED BY HAND -- DO NOT ACCIDENTALLY DELETE WHEN UPGRADING GRADLE WRAPPER!
13-
GRADLE_OPTS="-XX:MaxPermSize=1024m -Xmx1024m $GRADLE_OPTS"
14-
# END ADDED BY HAND
15-
1612
APP_NAME="Gradle"
1713
APP_BASE_NAME=`basename "$0"`
1814

@@ -105,7 +101,7 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
105101
warn "Could not set maximum file descriptor limit: $MAX_FD"
106102
fi
107103
else
108-
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT"
104+
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
109105
fi
110106
fi
111107

gradlew.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ if "%OS%"=="Windows_NT" setlocal
1111
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
1212
set DEFAULT_JVM_OPTS=
1313

14-
@rem ADDED BY HAND -- DO NOT ACCIDENTALLY DELETE WHEN UPGRADING GRADLE WRAPPER!
15-
set GRADLE_OPTS=-XX:MaxPermSize=1024m -Xmx1024m -XX:MaxHeapSize=256m %GRADLE_OPTS%
16-
@rem END ADDED BY HAND
17-
1814
set DIRNAME=%~dp0
1915
if "%DIRNAME%" == "" set DIRNAME=.
2016
set APP_BASE_NAME=%~n0

0 commit comments

Comments
 (0)