gradle: 8.12.1 -> 8.13

This commit is contained in:
R. Ryantm
2025-03-07 23:59:24 +00:00
parent d95b40ed10
commit 392534f2bc
@@ -230,8 +230,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.12.1";
hash = "sha256-jZepeYT2y9K4X+TGCnQ0QKNHVEvxiBgEjmEfUojUbJQ=";
version = "8.13";
hash = "sha256-IPGxF2I3JUpvwgTYQ0GW+hGkz7OHVnUZxhVW6HEK7Xg=";
defaultJava = jdk21;
};