Skip to content

Commit 283c1b9

Browse files
committed
Upgrade to Gradle 1.0-rc-3
Issue: SPR-9411
1 parent b67a08c commit 283c1b9

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

build.gradle

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

591591
task wrapper(type: Wrapper) {
592592
description = 'Generates gradlew[.bat] scripts'
593-
gradleVersion = '1.0-rc-1'
593+
gradleVersion = '1.0-rc-3'
594594
}
595595
}
596596

gradle/wrapper/gradle-wrapper.jar

-5.43 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Apr 14 10:56:11 EEST 2012
1+
#Mon May 14 11:26:30 EEST 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.0-rc-1-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-rc-3-bin.zip

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fi
111111

112112
# For Darwin, add options to specify how the application appears in the dock
113113
if $darwin; then
114-
JAVA_OPTS="$JAVA_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
114+
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
115115
fi
116116

117117
# For Cygwin, switch paths to Windows format before running java

gradlew.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ 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 %GRADLE_OPTS%
16+
@rem END ADDED BY HAND
17+
1418
set DIRNAME=%~dp0
1519
if "%DIRNAME%" == "" set DIRNAME=.
1620
set APP_BASE_NAME=%~n0

0 commit comments

Comments
 (0)