Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 04019f5

Browse files
committed
Upgrade to Gradle 1.10
1 parent 1b0b92e commit 04019f5

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ configure(rootProject) {
228228

229229
task wrapper(type: Wrapper) {
230230
description = 'Generates gradlew[.bat] scripts'
231-
gradleVersion = '1.0-milestone-8a'
231+
gradleVersion = '1.10'
232232
}
233233

234234
}

Diff for: gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Feb 23 13:43:17 CET 2012
1+
#Thu Jan 23 15:17:17 CST 2014
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-milestone-8a-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip

Diff for: gradlew

-4
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)