This repository was archived by the owner on Apr 5, 2022. It is now read-only.
File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ configure(rootProject) {
228
228
229
229
task wrapper(type : Wrapper ) {
230
230
description = ' Generates gradlew[.bat] scripts'
231
- gradleVersion = ' 1.0-milestone-8a '
231
+ gradleVersion = ' 1.10 '
232
232
}
233
233
234
234
}
Original file line number Diff line number Diff line change 1
- # Thu Feb 23 13:43 :17 CET 2012
1
+ # Thu Jan 23 15:17 :17 CST 2014
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change 9
9
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
10
10
DEFAULT_JVM_OPTS=" "
11
11
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
-
16
12
APP_NAME=" Gradle"
17
13
APP_BASE_NAME=` basename " $0 " `
18
14
You can’t perform that action at this time.
0 commit comments