Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SWE_de.bsvrz.vew.engvew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ERZ
SWE_de.bsvrz.vew.engvew
Commits
954ea545
Commit
954ea545
authored
1 year ago
by
Renovate
Browse files
Options
Downloads
Patches
Plain Diff
Update dependency gradle to v8.9
parent
a120c9de
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
gradle/wrapper/gradle-wrapper.jar
+0
-0
0 additions, 0 deletions
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
gradlew
+4
-1
4 additions, 1 deletion
gradlew
gradlew.bat
+2
-0
2 additions, 0 deletions
gradlew.bat
with
7 additions
and
2 deletions
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
954ea545
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
954ea545
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
8
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
9
-bin.zip
networkTimeout
=
10000
validateDistributionUrl
=
true
zipStoreBase
=
GRADLE_USER_HOME
...
...
This diff is collapsed.
Click to expand it.
gradlew
+
4
−
1
View file @
954ea545
...
...
@@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
##############################################################################
#
...
...
@@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME
=
${
0
##*/
}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME
=
$(
cd
"
${
APP_HOME
:-
./
}
"
>
/dev/null
&&
pwd
-P
)
||
exit
APP_HOME
=
$(
cd
-P
"
${
APP_HOME
:-
./
}
"
>
/dev/null
&&
printf
'%s
'
"
$PWD
"
)
||
exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD
=
maximum
...
...
This diff is collapsed.
Click to expand it.
gradlew.bat
+
2
−
0
View file @
954ea545
...
...
@@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
...
...
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