diff options
| author | Goooler <wangzongler@gmail.com> | 2022-08-24 22:36:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 16:36:53 +0200 |
| commit | ce1998247e0478a9d22860026efb9694e2916396 (patch) | |
| tree | a8263e65f912767c84bedf418f72d90a8b0ac2df /gradlew | |
| parent | 98fc184da7c31588b92adda50257cddb99fab649 (diff) | |
| download | dokka-ce1998247e0478a9d22860026efb9694e2916396.tar.gz dokka-ce1998247e0478a9d22860026efb9694e2916396.tar.bz2 dokka-ce1998247e0478a9d22860026efb9694e2916396.zip | |
Bump Gradle to 7.5.1 (#2618)
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. |
