Unverified Commit 2c775988 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

gradle_8: 8.14.1 -> 8.14.2 (#414701)

parents 4f57b3d6 62b549a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };