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

gradle_9: 9.3.0 -> 9.3.1 (#486377)

parents 43631839 c3605dfe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -364,8 +364,8 @@ rec {
  # https://docs.gradle.org/current/userguide/compatibility.html

  gradle_9 = mkGradle {
    version = "9.3.0";
    hash = "sha256-DVhfadoJH8Wyvs7Yd/6rVaMGTUO4odRq6weZawkV4OA=";
    version = "9.3.1";
    hash = "sha256-smbV/2uQ6tptw7IMsJDjcxMC5VOifF0+TfHw12vq/wY=";
    defaultJava = jdk21;
  };
  gradle_8 = mkGradle {