gradle: 8.10.2 -> 8.12

This commit is contained in:
Olli Helenius
2025-01-16 12:33:31 +02:00
parent cd6a44e1b7
commit a3b161e1f6
@@ -226,8 +226,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.10.2";
hash = "sha256-McVXE+QCM6gwOCfOtCykikcmegrUurkXcSMSHnFSTCY=";
version = "8.12";
hash = "sha256-egDVH7kxR4Gaq3YCT+7OILa4TkIGlBAfJ2vpUuCL7wM=";
defaultJava = jdk21;
};