Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub gradle.yml workflow: use JDK 23
Our Gradle wrapper is already using Gradle 8.10, so JDK 23 is supported. Use `-PjavaToolchainVersion=23` on the Gradle command line in gradle.yml and leave the default value of javaToolchainVersion=22 (gradle.properties) for people using Nix or other environments that don't have JDK 23 available yet.
- Loading branch information