Skip to content

Commit

Permalink
Upgrade release tool gradle to run on jdk-21
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Feb 12, 2024
1 parent 3da2736 commit ab4c76a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adopt-github-release/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,7 @@ if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
cd "$(dirname "$0")"
fi

echo "JAVA_OPTS=${JAVA_OPTS}"
echo "GRADLE_OPTS=${GRADLE_OPTS}"
echo "$JAVACMD" "$@"
exec "$JAVACMD" "$@"

0 comments on commit ab4c76a

Please sign in to comment.