From f9ec9fc3f2be36e48b71bf48ee4def12b9e41d6f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 21 Jul 2022 19:33:49 +0000 Subject: upgrade gradle plugins git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902920 13f79535-47bb-0310-9956-ffa450edef68 --- gradlew | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gradlew') diff --git a/gradlew b/gradlew index 1b6c787337..a69d9cb6c2 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