gradle_8: 8.14.2 -> 8.14.3 (#422444)

This commit is contained in:
Paul Meyer 2025-07-15 17:08:35 +02:00 committed by GitHub
commit a9bc572cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,8 +225,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.14.2";
hash = "sha256-cZehL0UHlJMVMkadT/IaWeosHNWaPsP4nANcPEIKaZk=";
version = "8.14.3";
hash = "sha256-vXEQIhNJMGCVbsIp2Ua+7lcVjb2J0OYrkbyg+ixfNTE=";
defaultJava = jdk21;
};