lets see if its fixed

This commit is contained in:
2022-08-25 19:06:18 -05:00
parent 517b829420
commit 2e077c40d2
4 changed files with 7 additions and 15 deletions

6
gradlew vendored
View File

@ -205,12 +205,6 @@ 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.