Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dawn-java-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dawn
java
dawn-java-common
Commits
1f0dc2fd
Commit
1f0dc2fd
authored
2 years ago
by
Tucker Gary Siegel
Browse files
Options
Downloads
Patches
Plain Diff
makefile
parent
34170da7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gradlew
+6
-0
6 additions, 0 deletions
gradlew
gradlew.bat
+8
-6
8 additions, 6 deletions
gradlew.bat
with
14 additions
and
6 deletions
gradlew
+
6
−
0
View file @
1f0dc2fd
...
...
@@ -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 @
1f0dc2fd
...
...
@@ -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