Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rosjava Core Gradle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CeTI
ROS
ROS Java Packages
Rosjava Core Gradle
Commits
4bd903c3
Commit
4bd903c3
authored
11 years ago
by
Daniel Stonier
Browse files
Options
Downloads
Patches
Plain Diff
gradle wrapper 1.7
parent
10000c84
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
build.gradle
+4
-0
4 additions, 0 deletions
build.gradle
gradle/wrapper/gradle-wrapper.jar
+0
-0
0 additions, 0 deletions
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
+2
-2
2 additions, 2 deletions
gradle/wrapper/gradle-wrapper.properties
gradlew
+5
-5
5 additions, 5 deletions
gradlew
with
11 additions
and
7 deletions
build.gradle
+
4
−
0
View file @
4bd903c3
...
...
@@ -14,6 +14,10 @@
* the License.
*/
task
wrapper
(
type:
Wrapper
)
{
gradleVersion
=
'1.7'
}
buildscript
{
def
rosMavenPath
=
"$System.env.ROS_MAVEN_PATH"
.
split
(
':'
).
collect
{
'file://'
+
it
}
repositories
{
...
...
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
4bd903c3
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
2
−
2
View file @
4bd903c3
#Mon
Apr 29 15:11:16 CE
ST 2013
#Mon
Sep 16 09:49:12 K
ST 2013
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
http
\:
//services.gradle.org/distributions/gradle-1.
5
-bin.zip
distributionUrl
=
http
\:
//services.gradle.org/distributions/gradle-1.
7
-bin.zip
This diff is collapsed.
Click to expand it.
gradlew
+
5
−
5
View file @
4bd903c3
#!/
bin/
bash
#!/
usr/bin/env
bash
##############################################################################
##
...
...
@@ -61,9 +61,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED
=
"
`
pwd
`
"
cd
"
`
dirname
\"
$PRG
\"
`
/"
cd
"
`
dirname
\"
$PRG
\"
`
/"
>
&-
APP_HOME
=
"
`
pwd
-P
`
"
cd
"
$SAVED
"
cd
"
$SAVED
"
>
&-
CLASSPATH
=
$APP_HOME
/gradle/wrapper/gradle-wrapper.jar
...
...
@@ -101,13 +101,13 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
warn
"Could not set maximum file descriptor limit:
$MAX_FD
"
fi
else
warn
"Could not query
businessSystem
maximum file descriptor limit:
$MAX_FD_LIMIT
"
warn
"Could not query maximum file descriptor limit:
$MAX_FD_LIMIT
"
fi
fi
# For Darwin, add options to specify how the application appears in the dock
if
$darwin
;
then
JAVA
_OPTS
=
"
$
JAVA
_OPTS
\"
-Xdock:name=
$APP_NAME
\"
\"
-Xdock:icon=
$APP_HOME
/media/gradle.icns
\"
"
GRADLE
_OPTS
=
"
$
GRADLE
_OPTS
\"
-Xdock:name=
$APP_NAME
\"
\"
-Xdock:icon=
$APP_HOME
/media/gradle.icns
\"
"
fi
# For Cygwin, switch paths to Windows format before running java
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment