gradle_9: 9.0.0 -> 9.1.0

Gradle 9.1.0 adds Java 25 compatibility
This commit is contained in:
Sean Gilligan
2025-09-18 13:42:41 -07:00
parent 5263bc6f38
commit 208925957e
@@ -329,8 +329,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_9 = gen' {
version = "9.0.0";
hash = "sha256-j609eClspRgRPz0pAWYXx/k2fcAF+TK9nZO/RbpGBys=";
version = "9.1.0";
hash = "sha256-oX3dhaJran9d23H/iwX8UQTAICxuZHgkKXkMkzaGyAY=";
defaultJava = jdk21;
};
gradle_8 = gen' {