port to 1.21.5
Some checks failed
build / build (21) (push) Has been cancelled

This commit is contained in:
Jonas_Jones 2025-06-09 18:10:26 +02:00
parent 30821d250c
commit 179005f93a
4 changed files with 9 additions and 9 deletions

3
gradlew vendored
View file

@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum