This repository was archived by the owner on Aug 11, 2023. It is now read-only.
File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 14
14
* the License.
15
15
*/
16
16
17
+ task wrapper (type : Wrapper ) {
18
+ gradleVersion = ' 1.7'
19
+ }
20
+
17
21
buildscript {
18
22
def rosMavenPath = " $System . env . ROS_MAVEN_PATH " . split(' :' ). collect { ' file://' + it }
19
23
repositories {
Original file line number Diff line number Diff line change 1
- # Mon Apr 29 15:11:16 CEST 2013
1
+ # Mon Sep 16 09:49:12 KST 2013
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.5 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.7 -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
@@ -101,13 +101,13 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
101
101
warn " Could not set maximum file descriptor limit: $MAX_FD "
102
102
fi
103
103
else
104
- warn " Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT "
104
+ warn " Could not query maximum file descriptor limit: $MAX_FD_LIMIT "
105
105
fi
106
106
fi
107
107
108
108
# For Darwin, add options to specify how the application appears in the dock
109
109
if $darwin ; then
110
- JAVA_OPTS =" $JAVA_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
110
+ GRADLE_OPTS =" $GRADLE_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
111
111
fi
112
112
113
113
# For Cygwin, switch paths to Windows format before running java
You can’t perform that action at this time.
0 commit comments