gradle: 8.13 -> 8.14

This commit is contained in:
R. Ryantm
2025-04-28 16:49:20 +00:00
parent 917ee0af83
commit 2da60fc3c9
@@ -229,8 +229,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.13";
hash = "sha256-IPGxF2I3JUpvwgTYQ0GW+hGkz7OHVnUZxhVW6HEK7Xg=";
version = "8.14";
hash = "sha256-Ya0xDTx9Pl2hMbdrvyK1pMB4bp2JLa6MFljUtITePKo=";
defaultJava = jdk21;
};