From 812f8adb567c4dd6136cc02aa0e8749d90e46be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Wed, 24 May 2023 22:13:49 +0200 Subject: [PATCH] update to Gradl 8.1.1, fix tests, remove file logging --- gradlew | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradlew b/gradlew index 1aa94a4..7642b96 100755 --- a/gradlew +++ b/gradlew @@ -83,8 +83,12 @@ done # This is normally unused # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} +<<<<<<< HEAD # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +======= +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit +>>>>>>> 555347a (update to Gradl 8.1.1, fix tests, remove file logging) # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum