diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-07-21 19:33:49 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-07-21 19:33:49 +0000 |
commit | f9ec9fc3f2be36e48b71bf48ee4def12b9e41d6f (patch) | |
tree | 984eb08a6b0c1d82658954605b5b120e8afbfb44 /gradlew | |
parent | 072aec8ad2462adcdf86e7446d47f4e3b1ea4a45 (diff) | |
download | poi-f9ec9fc3f2be36e48b71bf48ee4def12b9e41d6f.tar.gz poi-f9ec9fc3f2be36e48b71bf48ee4def12b9e41d6f.zip |
upgrade gradle plugins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |