You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since our current config (flake.lock) is using Gradle 8.12.1,
we can (and should) use the `java` override property to install jdk23
rather than the `javaToolchains` property.
(This will change when we move to Gradle 8.14 and JDK 24, but for now
this is the simplest and fastest to install configuration)
We are also moving from temurin-bin-23 which was a workaround
for a problem that seems to have been fixed.
These changes reduce the number of JDKs that need to be installed
from 3 down to 1. (Nixpkgs `gradle` currently defaults to jdk21.)
0 commit comments