Update the boot JDK to version 23. Since Gradle 8.9 does not support JDK 23, it is necessary to upgrade Gradle to the latest release, version 8.10.2, which supports JDK 23. It is advised to upgrade directly to Gradle 8.10.2 rather than 8.10. refer to [the release notes](https://docs.gradle.org/8.10.2/release-notes.html)
No modifications to the Gradle build script are required for upgrading the Gradle version. ------------- Commit messages: - Merge branch 'master' into jdk23-gradle8102 - boot jdk 23, gradle 8.10.2 Changes: https://git.openjdk.org/jfx/pull/1589/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1589&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8341164 Stats: 17 lines in 4 files changed: 0 ins; 0 del; 17 mod Patch: https://git.openjdk.org/jfx/pull/1589.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1589/head:pull/1589 PR: https://git.openjdk.org/jfx/pull/1589