From 02144f9077ae2fe0d06d2596408e5759ccd18f78 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 16 May 2022 14:02:00 +0530 Subject: Upgrade to Gradle 7.5 RC1 (#1917) --- gradlew | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gradlew') diff --git a/gradlew b/gradlew index 1b6c7873..a69d9cb6 100755 --- a/gradlew +++ b/gradlew @@ -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. -- cgit v1.2.3