gradle_8: 8.14.1 -> 8.14.2

Release notes: https://github.com/gradle/gradle/releases/tag/v8.14.2
Full changelog: https://github.com/gradle/gradle/compare/v8.14.1...v8.14.2
This commit is contained in:
transcaffeine
2025-06-07 11:49:25 +02:00
parent 71c09d9c9a
commit 62b549a605
@@ -225,8 +225,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.14.1";
hash = "sha256-hFlSqdavp4PbcLs7Dv+q5FrlVCyiu3kpYZ6K9Jy2NM8=";
version = "8.14.2";
hash = "sha256-cZehL0UHlJMVMkadT/IaWeosHNWaPsP4nANcPEIKaZk=";
defaultJava = jdk21;
};