gradle_8: 8.14.2 -> 8.14.3

Release notes: https://github.com/gradle/gradle/releases/tag/v8.14.3
Full changelog: https://github.com/gradle/gradle/compare/v8.14.2...v8.14.3
This commit is contained in:
transcaffeine 2025-07-04 17:12:04 +02:00
parent 6445eabef2
commit a70581ef62
No known key found for this signature in database
GPG Key ID: 03624C433676E465

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;
};