Skip to content

Commit

Permalink
Bump JDK version (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Oct 24, 2024
1 parent 5ad754b commit f6c9687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/gluonhq/substrate/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static VMONE_TARGET fromTriplet(String triplet) {
public static final String PROFILE_LINUX_AARCH64 = "linux-aarch64";
public static final String PROFILE_WEB = "web";

public static final String DEFAULT_JAVA_STATIC_SDK_VERSION = "24-2";
public static final String DEFAULT_JAVA_STATIC_SDK_VERSION = "24-2.1";
public static final String DEFAULT_JAVAFX_STATIC_SDK_VERSION = "24-ea+7.1";
public static final String DEFAULT_JAVAFX_JS_SDK_VERSION = "18-internal+0-2021-09-02-165800";
public static final String DEFAULT_SYSROOT_VERSION = "20210424";
Expand Down

0 comments on commit f6c9687

Please sign in to comment.