File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -848,7 +848,7 @@ configure(rootProject) {
848848
849849 task wrapper(type : Wrapper ) {
850850 description = ' Generates gradlew[.bat] scripts'
851- gradleVersion = ' 1.2 '
851+ gradleVersion = ' 1.3 '
852852
853853 doLast() {
854854 def gradleOpts = " -XX:MaxPermSize=1024m -Xmx1024m"
Original file line number Diff line number Diff line change 1- # Thu Nov 01 10:28:17 PDT 2012
1+ # Wed Nov 28 09:14:59 PST 2012
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http\://services.gradle.org/distributions/gradle-1.2 -bin.zip
6+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.3 -bin.zip
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ while [ -h "$PRG" ] ; do
6262 fi
6363done
6464SAVED=" ` pwd` "
65- cd " ` dirname \" $PRG \" ` /"
65+ cd " ` dirname \" $PRG \" ` /" >& -
6666APP_HOME=" ` pwd -P` "
67- cd " $SAVED "
67+ cd " $SAVED " >& -
6868
6969CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
7070
You can’t perform that action at this time.
0 commit comments