gradle: 8.12 -> 8.12.1

This commit is contained in:
Olli Helenius 2025-02-16 10:50:36 +02:00
parent 28bb35e52c
commit 7fb913f890
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -230,8 +230,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.12";
hash = "sha256-egDVH7kxR4Gaq3YCT+7OILa4TkIGlBAfJ2vpUuCL7wM=";
version = "8.12.1";
hash = "sha256-jZepeYT2y9K4X+TGCnQ0QKNHVEvxiBgEjmEfUojUbJQ=";
defaultJava = jdk21;
};