File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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
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
238238installed on your system
239239with the environment variable `JAVA_HOME` referencing the path to Java home for
240240your JDK installation. By default, tests use the same runtime as `JAVA_HOME`.
Original file line number Diff line number Diff line change @@ -90,17 +90,17 @@ javadoc.top=<div style="padding: 6px; text-align: center; font-size: 80%;">This
9090jdk.docs.version =24
9191jfx.build.jdk.version =24.0.1
9292jfx.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.
102102jfx.gradle.version =8.14.2
103- jfx.gradle.version.min =8.5
103+ jfx.gradle.version.min =8.10.2
104104
105105# Toolchains
106106jfx.build.linux.gcc.version =gcc14.2.0-OL6.4+1.0
You can’t perform that action at this time.
0 commit comments