From 51fa298155144a9d4718490e2937dfb0a60947ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pereda?= Date: Tue, 5 Mar 2024 18:42:38 +0100 Subject: [PATCH] Bump JavaFX static version to 21-ea+11.2 (#1243) --- src/main/java/com/gluonhq/substrate/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gluonhq/substrate/Constants.java b/src/main/java/com/gluonhq/substrate/Constants.java index 7df2e5c2..bd11bf6f 100644 --- a/src/main/java/com/gluonhq/substrate/Constants.java +++ b/src/main/java/com/gluonhq/substrate/Constants.java @@ -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 @@ -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";