Upgrade Gradle Wrapper to 7.5

This commit is contained in:
Jakub Chrzanowski
2022-07-14 21:58:11 +02:00
committed by Jakub Chrzanowski
parent 6c901f3d2c
commit dac4ce675a
6 changed files with 17 additions and 9 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.