Upgrade Gradle to 7.5.1

This commit is contained in:
Vedran Pavic
2022-10-18 07:18:48 +02:00
committed by Rob Winch
parent 95e2c9e42a
commit d2da662c3f
4 changed files with 98 additions and 90 deletions

6
gradlew vendored
View File

@@ -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.