1
0

re-generated gradle wrapper

This commit is contained in:
Michael Hoennig
2022-09-22 12:55:41 +02:00
parent 09be849b09
commit d08e60f8dc
3 changed files with 6 additions and 14 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.