1
0

Compile with JDK 21 & optimize
Some checks failed
Build & Release / build-application (push) Failing after 2m54s
Build & Release / build-docker-image (push) Has been skipped
Build & Release / deploy-to-production (push) Has been skipped

This commit is contained in:
2025-02-15 21:03:16 +01:00
parent c74e10e016
commit 4cab62f66b
9 changed files with 28 additions and 25 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