File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ New code should be formatted consistently in accordance with the above guideline
234
234
235
235
### Building and testing
236
236
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
238
238
installed on your system
239
239
with the environment variable `JAVA_HOME` referencing the path to Java home for
240
240
your JDK installation. By default, tests use the same runtime as `JAVA_HOME`.
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ javadoc.top=<div style="padding: 6px; text-align: center; font-size: 80%;">This
80
80
# JDK
81
81
jfx.build.jdk.version =23
82
82
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
86
86
87
87
# The jfx.gradle.version property defines the version of gradle that is
88
88
# used in the build. It must match the version number in
You can’t perform that action at this time.
0 commit comments