mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-05-05 23:54:09 -05:00
Update gradlew wrapper
This commit is contained in:
parent
4de7fe39e5
commit
161d7b850e
4 changed files with 15 additions and 7 deletions
6
gradlew
vendored
6
gradlew
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue