Skip to content

Commit

Permalink
Bump JavaFX static version to 21-ea+11.2 (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Mar 5, 2024
1 parent 781c043 commit 51fa298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/gluonhq/substrate/Constants.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2023, Gluon
* Copyright (c) 2019, 2024, Gluon
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -108,7 +108,7 @@ public enum Profile {

public static final String DEFAULT_JAVA_STATIC_SDK_VERSION = "18-ea+prep18-9";
public static final String DEFAULT_JAVA_STATIC_SDK_VERSION11 = "11-ea+10";
public static final String DEFAULT_JAVAFX_STATIC_SDK_VERSION = "21-ea+11.1";
public static final String DEFAULT_JAVAFX_STATIC_SDK_VERSION = "21-ea+11.2";
public static final String DEFAULT_JAVAFX_JS_SDK_VERSION = "18-internal+0-2021-09-02-165800";
public static final String DEFAULT_SYSROOT_VERSION = "20210424";
public static final String DEFAULT_CLIBS_VERSION = "27";
Expand Down

0 comments on commit 51fa298

Please sign in to comment.