Update Gradle 7.5.1 and Maven 3.8.6

This commit is contained in:
Leonard Brünings
2022-09-11 10:34:12 +02:00
committed by Leonard Brünings
parent 849f4db8e5
commit 5398f5ebc9
6 changed files with 19 additions and 9 deletions
Vendored
+6
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.