From ce1998247e0478a9d22860026efb9694e2916396 Mon Sep 17 00:00:00 2001 From: Goooler Date: Wed, 24 Aug 2022 22:36:53 +0800 Subject: Bump Gradle to 7.5.1 (#2618) --- examples/gradle/dokka-library-publishing-example/gradlew | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/gradle/dokka-library-publishing-example/gradlew') diff --git a/examples/gradle/dokka-library-publishing-example/gradlew b/examples/gradle/dokka-library-publishing-example/gradlew index 1b6c7873..a69d9cb6 100755 --- a/examples/gradle/dokka-library-publishing-example/gradlew +++ b/examples/gradle/dokka-library-publishing-example/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