From db17a2e9903e4bb3aad7c8851af4811951c0bc42 Mon Sep 17 00:00:00 2001 From: Michael Hoennig <michael@hoennig.de> Date: Fri, 25 Nov 2022 06:51:53 +0100 Subject: [PATCH] update to SpringBoot 3.0.0 final --- gradlew | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/gradlew b/gradlew index a69d9cb..1b6c787 100755 --- a/gradlew +++ b/gradlew @@ -205,12 +205,6 @@ 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. -- Gitblit v1.9.3