diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-11-26 00:47:03 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-11-26 00:47:03 +0000 |
commit | 17bcceb61546b364107c77284470eb10c59b9cda (patch) | |
tree | a464d7a4eb6d60c295414329232fe3da62fb4144 /gradlew | |
parent | ca4c10f1ec6b5d87988946cbb18475125de6c138 (diff) | |
download | poi-17bcceb61546b364107c77284470eb10c59b9cda.tar.gz poi-17bcceb61546b364107c77284470eb10c59b9cda.zip |
remove gradle plugin that is causing build problems
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -205,12 +205,6 @@ 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. |