Skip to content

Commit f71c390

Browse files
8340003: Bump minimum JDK version for JavaFX to JDK 22
Reviewed-by: angorya, arapte
1 parent 77482de commit f71c390

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 21 (at a minimum) is required to build OpenJFX. You must have the JDK
237+
JDK 22 (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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ javadoc.top=<div style="padding: 6px; text-align: center; font-size: 80%;">This
8080
# JDK
8181
jfx.build.jdk.version=23
8282
jfx.build.jdk.buildnum=37
83-
jfx.build.jdk.version.min=21
84-
jfx.build.jdk.buildnum.min=35
85-
jfx.jdk.target.version=21
83+
jfx.build.jdk.version.min=22
84+
jfx.build.jdk.buildnum.min=36
85+
jfx.jdk.target.version=22
8686

8787
# The jfx.gradle.version property defines the version of gradle that is
8888
# used in the build. It must match the version number in

0 commit comments

Comments
 (0)