Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SableCC STUPS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
SableCC STUPS
Commits
d2111cb3
Commit
d2111cb3
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update Gradle wrapper to version 8.6
parent
95a7f322
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#130813
passed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
gradlew.bat
+10
-10
10 additions, 10 deletions
gradlew.bat
with
11 additions
and
11 deletions
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
d2111cb3
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
5
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
6
-bin.zip
networkTimeout
=
10000
networkTimeout
=
10000
validateDistributionUrl
=
true
validateDistributionUrl
=
true
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
...
...
This diff is collapsed.
Click to expand it.
gradlew.bat
+
10
−
10
View file @
d2111cb3
...
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
...
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE%
-version
>
NUL
2
>&
1
%JAVA_EXE%
-version
>
NUL
2
>&
1
if
%ERRORLEVEL%
equ
0
goto
execute
if
%ERRORLEVEL%
equ
0
goto
execute
echo
.
echo
.
1
>&
2
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
1
>&
2
echo
.
echo
.
1
>&
2
echo
Please
set
the
JAVA_HOME
variable
in
your
environment
to
match
the
echo
Please
set
the
JAVA_HOME
variable
in
your
environment
to
match
the
1
>&
2
echo
location
of
your
Java
installation
.
echo
location
of
your
Java
installation
.
1
>&
2
goto
fail
goto
fail
...
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
...
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "
%JAVA_EXE%
" goto execute
if exist "
%JAVA_EXE%
" goto execute
echo.
echo.
1>&2
echo ERROR: JAVA_HOME is set to an invalid directory:
%JAVA_HOME%
echo ERROR: JAVA_HOME is set to an invalid directory:
%JAVA_HOME%
1>&2
echo.
echo.
1>&2
echo Please set the JAVA_HOME variable in your environment to match the
echo Please set the JAVA_HOME variable in your environment to match the
1>&2
echo location of your Java installation.
echo location of your Java installation.
1>&2
goto fail
goto fail
...
...
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