Skip to content

Commit 6029e3e

Browse files
8359387: Bump minimum JDK version for JavaFX to JDK 23
Reviewed-by: arapte, sykora
1 parent 639a595 commit 6029e3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ New code should be formatted consistently in accordance with the above guideline
234234
235235
### Building and testing
236236
237-
JDK 22 (at a minimum) is required to build OpenJFX. You must have the JDK
237+
JDK 23 (at a minimum) is required to build OpenJFX. You must have the JDK
238238
installed on your system
239239
with the environment variable `JAVA_HOME` referencing the path to Java home for
240240
your JDK installation. By default, tests use the same runtime as `JAVA_HOME`.

build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ javadoc.top=<div style="padding: 6px; text-align: center; font-size: 80%;">This
9090
jdk.docs.version=24
9191
jfx.build.jdk.version=24.0.1
9292
jfx.build.jdk.buildnum=9
93-
jfx.build.jdk.version.min=22
94-
jfx.build.jdk.buildnum.min=36
95-
jfx.jdk.target.version=22
93+
jfx.build.jdk.version.min=23
94+
jfx.build.jdk.buildnum.min=37
95+
jfx.jdk.target.version=23
9696

9797
# The jfx.gradle.version property defines the version of gradle that is
9898
# used in the build. It must match the version number in
9999
# gradle/wrapper/gradle-wrapper.properties and should also be recorded in
100100
# The jfx.gradle.version.min property defines the minimum version of gradle
101101
# that is supported. It must be <= jfx.gradle.version.
102102
jfx.gradle.version=8.14.2
103-
jfx.gradle.version.min=8.5
103+
jfx.gradle.version.min=8.10.2
104104

105105
# Toolchains
106106
jfx.build.linux.gcc.version=gcc14.2.0-OL6.4+1.0

0 commit comments

Comments
 (0)