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

gradle: 8.13 -> 8.14 (#402606)

parents 0d6b61cf 2da60fc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -229,8 +229,8 @@ rec {
  # https://docs.gradle.org/current/userguide/compatibility.html

  gradle_8 = gen {
    version = "8.13";
    hash = "sha256-IPGxF2I3JUpvwgTYQ0GW+hGkz7OHVnUZxhVW6HEK7Xg=";
    version = "8.14";
    hash = "sha256-Ya0xDTx9Pl2hMbdrvyK1pMB4bp2JLa6MFljUtITePKo=";
    defaultJava = jdk21;
  };