Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone-vm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Institut für Informatik
dbis
dbis-isochrone
isochrone-vm
Commits
7e36c76a
Commit
7e36c76a
authored
8 years ago
by
User expired
Browse files
Options
Downloads
Patches
Plain Diff
updating gradle to version 3.2.1
parent
3099777f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
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
+6
-5
6 additions, 5 deletions
gradlew
with
9 additions
and
7 deletions
CHANGELOG.md
+
1
−
0
View file @
7e36c76a
Upcoming version:
Upcoming version:
-----------------
-----------------
-
updating gradle to version 3.2.1 (Nikolaus Krismer)
-
updating gradle to version 3.2 (Nikolaus Krismer)
-
updating gradle to version 3.2 (Nikolaus Krismer)
-
updating geoserver to latest version (Nikolaus Krismer)
-
updating geoserver to latest version (Nikolaus Krismer)
-
changing git repo link in contribution guidelines (Nikolaus Krismer)
-
changing git repo link in contribution guidelines (Nikolaus Krismer)
...
...
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
7e36c76a
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
2
−
2
View file @
7e36c76a
#
Tue
Nov 2
2 17:27
:3
4
CET 2016
#
Mon
Nov 2
8 09:30
:3
6
CET 2016
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-3.2-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-3.2
.1
-bin.zip
This diff is collapsed.
Click to expand it.
gradlew
+
6
−
5
View file @
7e36c76a
...
@@ -155,13 +155,14 @@ if $cygwin ; then
...
@@ -155,13 +155,14 @@ if $cygwin ; then
fi
fi
# Escape application args
# Escape application args
for
s
in
"
${
@
}
"
;
do
save
(
)
{
s
=
\"
$s
\"
for
i
do
printf
%s
\\
n
"
$i
"
|
sed
"s/'/'
\\\\
''/g;1s/^/'/;
\$
s/
\$
/'
\\\\
/"
;
done
APP_ARGS
=
$APP_ARGS
" "
$s
echo
" "
done
}
APP_ARGS
=
$(
save
"
$@
"
)
# Collect all arguments for the java command, following the shell quoting and substitution rules
# Collect all arguments for the java command, following the shell quoting and substitution rules
eval set
--
"
$DEFAULT_JVM_OPTS
"
"
$JAVA_OPTS
"
"
$GRADLE_OPTS
"
"
\"
-Dorg.gradle.appname=
$APP_BASE_NAME
\"
"
-classpath
"
\"
$CLASSPATH
\"
"
org.gradle.wrapper.GradleWrapperMain
"
$APP_ARGS
"
eval set
--
$DEFAULT_JVM_OPTS
$JAVA_OPTS
$GRADLE_OPTS
"
\"
-Dorg.gradle.appname=
$APP_BASE_NAME
\"
"
-classpath
"
\"
$CLASSPATH
\"
"
org.gradle.wrapper.GradleWrapperMain
"
$APP_ARGS
"
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
if
[
"
$(
uname
)
"
=
"Darwin"
]
&&
[
"
$HOME
"
=
"
$PWD
"
]
;
then
if
[
"
$(
uname
)
"
=
"Darwin"
]
&&
[
"
$HOME
"
=
"
$PWD
"
]
;
then
...
...
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