Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
general
stups
tla2bAST
Commits
a4e945a3
Commit
a4e945a3
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update Gradle wrapper again to version 8.7
parent
6792f885
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 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.bat
+10
-10
10 additions, 10 deletions
gradlew.bat
with
11 additions
and
11 deletions
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
a4e945a3
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
a4e945a3
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
6
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
7
-bin.zip
networkTimeout
=
10000
validateDistributionUrl
=
true
zipStoreBase
=
GRADLE_USER_HOME
...
...
This diff is collapsed.
Click to expand it.
gradlew.bat
+
10
−
10
View file @
a4e945a3
...
...
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE%
-version
>
NUL
2
>&
1
if
%ERRORLEVEL%
equ
0
goto
execute
echo
.
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
echo
.
echo
Please
set
the
JAVA_HOME
variable
in
your
environment
to
match
the
echo
location
of
your
Java
installation
.
echo
.
1
>&
2
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
1
>&
2
echo
.
1
>&
2
echo
Please
set
the
JAVA_HOME
variable
in
your
environment
to
match
the
1
>&
2
echo
location
of
your
Java
installation
.
1
>&
2
goto
fail
...
...
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "
%JAVA_EXE%
" goto execute
echo.
echo ERROR: JAVA_HOME is set to an invalid directory:
%JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo.
1>&2
echo ERROR: JAVA_HOME is set to an invalid directory:
%JAVA_HOME%
1>&2
echo.
1>&2
echo Please set the JAVA_HOME variable in your environment to match the
1>&2
echo location of your Java installation.
1>&2
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