Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ServerPackCreatorExampleAddon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External 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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
ServerPackCreatorExampleAddon
Commits
9fe035fb
Commit
9fe035fb
authored
2 years ago
by
Griefed
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate-
gradle-7
.x' into 'main'
chore(deps): update dependency gradle to v7.5 See merge request
!61
parents
94cf658a
ca9ebb8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!61
chore(deps): update dependency gradle to v7.5
Changes
4
Hide 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
+6
-0
6 additions, 0 deletions
gradlew
gradlew.bat
+8
-6
8 additions, 6 deletions
gradlew.bat
with
15 additions
and
7 deletions
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
9fe035fb
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
9fe035fb
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
4.2
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
5
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
This diff is collapsed.
Click to expand it.
gradlew
+
6
−
0
View file @
9fe035fb
...
...
@@ -205,6 +205,12 @@ set -- \
org.gradle.wrapper.GradleWrapperMain
\
"
$@
"
# Stop when "xargs" is not available.
if
!
command
-v
xargs
>
/dev/null 2>&1
then
die
"xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
...
...
This diff is collapsed.
Click to expand it.
gradlew.bat
+
8
−
6
View file @
9fe035fb
...
...
@@ -14,7 +14,7 @@
@rem limitations under the License.
@rem
@if
"
%DEBUG%
"
==
""
@echo
off
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
...
...
@@ -25,7 +25,7 @@
if
"
%OS%
"
==
"Windows_NT"
setlocal
set
DIRNAME
=
%~dp0
if
"
%DIRNAME%
"
==
""
set
DIRNAME
=
.
if
"
%DIRNAME%
"
==
""
set
DIRNAME
=
.
set
APP_BASE_NAME
=
%~n0
set
APP_HOME
=
%DIRNAME%
...
...
@@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
set
JAVA_EXE
=
java
.exe
%JAVA_EXE%
-version
>
NUL
2
>&
1
if
"
%ERRORLEVEL%
"
==
"0"
goto
execute
if
%ERRORLEVEL%
equ
0
goto
execute
echo
.
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
...
...
@@ -75,13 +75,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
:end
@rem End local scope for the variables with windows NT shell
if
"
%ERRORLEVEL%
"=="
0
"
goto mainEnd
if
%ERRORLEVEL%
equ 0
goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code
!
if not "" == "
%GRADLE_EXIT_CONSOLE%
" exit 1
exit /b 1
set EXIT_CODE=
%ERRORLEVEL%
if
%EXIT_CODE%
equ 0 set EXIT_CODE=1
if not ""=="
%GRADLE_EXIT_CONSOLE%
" exit
%EXIT_CODE%
exit /b
%EXIT_CODE%
:mainEnd
if "
%OS%
"=="
Windows_NT
" endlocal
...
...
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