Update dependencies

This commit is contained in:
Mygod
2022-12-04 11:54:43 -05:00
parent bfd4a48c13
commit 9804c2c3d4
7 changed files with 30 additions and 22 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.