From e4da9ade0081d7011f3426762c943f508ecaff33 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 13 Nov 2022 14:01:23 +0000 Subject: build: Update to Gradle 7.6-rc3 This change updates the Gradle wrapper version to 7.6-rc3 in order to support building the project with Java 19. --- gradlew | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gradlew') diff --git a/gradlew b/gradlew index 1b6c7873..a69d9cb6 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