File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ configure(rootProject) {
263
263
264
264
task wrapper(type : Wrapper ) {
265
265
description = ' Generates gradlew[.bat] scripts'
266
- gradleVersion = ' 1.4 '
266
+ gradleVersion = ' 1.10 '
267
267
}
268
268
269
269
}
Original file line number Diff line number Diff line change 1
- # Sat Feb 02 21:49:22 CST 2013
1
+ # Thu Jan 23 14:01:36 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.4 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.10 -bin.zip
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
# #############################################################################
4
4
# #
@@ -61,9 +61,9 @@ while [ -h "$PRG" ] ; do
61
61
fi
62
62
done
63
63
SAVED=" ` pwd` "
64
- cd " ` dirname \" $PRG \" ` /"
64
+ cd " ` dirname \" $PRG \" ` /" >& -
65
65
APP_HOME=" ` pwd -P` "
66
- cd " $SAVED "
66
+ cd " $SAVED " >& -
67
67
68
68
CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
69
69
You can’t perform that action at this time.
0 commit comments