Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlc4b
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
tlc4b
Commits
41230511
Commit
41230511
authored
11 months ago
by
Jan Gruteser
Browse files
Options
Downloads
Patches
Plain Diff
update gradlew
parent
a3ca4e80
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gradle/wrapper/gradle-wrapper.properties
+2
-1
2 additions, 1 deletion
gradle/wrapper/gradle-wrapper.properties
gradlew.bat
+10
-10
10 additions, 10 deletions
gradlew.bat
with
12 additions
and
11 deletions
gradle/wrapper/gradle-wrapper.properties
+
2
−
1
View file @
41230511
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
zipStorePath
=
wrapper/dists
This diff is collapsed.
Click to expand it.
gradlew.bat
+
10
−
10
View file @
41230511
...
...
@@ -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