Update deps

This commit is contained in:
vvb2060
2022-08-22 15:47:45 +08:00
committed by topjohnwu
parent fed4f1b50f
commit 4f4aeb893d
6 changed files with 19 additions and 11 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.