Unverified Commit cd088541 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

gradle_9-unwrapped: 9.4.0 -> 9.4.1 (#505153)

parents b3db3289 028ee253
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -365,8 +365,8 @@ rec {
  # https://docs.gradle.org/current/userguide/compatibility.html

  gradle_9 = mkGradle {
    version = "9.4.0";
    hash = "sha256-YOpyM1bYEmPoAC/sD8+eKw7uDAhQx6PXqwpj8szGAfM=";
    version = "9.4.1";
    hash = "sha256-KrKVjyoeURIMMmytbzhRU7sR7pOzwhbF/M6/37t+xss=";
    defaultJava = jdk21;
    updateScriptMajorVersion = "9";
  };