Bump Gradle to 7.5

This commit is contained in:
Goooler 2022-07-22 14:44:19 +08:00
parent 1f54da6d55
commit 58c98afb48
4 changed files with 15 additions and 8 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.