gradle_7: 7.6.5 -> 7.6.6

Release notes: https://github.com/gradle/gradle/releases/tag/v7.6.6
Full changelog: https://github.com/gradle/gradle/compare/v7.6.5...v7.6.6
This commit is contained in:
transcaffeine 2025-07-04 17:08:45 +02:00
parent 6445eabef2
commit 85dec7df93
No known key found for this signature in database
GPG Key ID: 03624C433676E465

View File

@ -231,8 +231,8 @@ rec {
};
gradle_7 = gen {
version = "7.6.5";
hash = "sha256-uBL+wO230n4K41lViHuylUU2+j5E7a9IEVDaBY4VTZo=";
version = "7.6.6";
hash = "sha256-Zz2XdvMDvHBI/DMp0jLW6/EFGweJO9nRFhb62ahnO+A=";
defaultJava = jdk17;
};