Skip to content

Commit

Permalink
Bump Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Mar 25, 2024
1 parent f56a383 commit cff259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set -euxo pipefail

# Script configuration
declare -gr JDK="17.0.8-tem"
declare -gr JDK="22-zulu"
declare -gr GLUON_JAVAFX_VERSION="20.0.2"
declare -gr GLUON_JAVAFX_URL="https://download2.gluonhq.com/openjfx/${GLUON_JAVAFX_VERSION}/openjfx-${GLUON_JAVAFX_VERSION}_monocle-linux-aarch64_bin-sdk.zip"
declare -gr GLUON_JAVAFX_PATH="/opt/javafx-sdk"
Expand Down

0 comments on commit cff259d

Please sign in to comment.