Skip to content

Commit

Permalink
gradle: 8.10.2 -> 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
liff committed Nov 15, 2024
1 parent 415e119 commit f40fecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/gradle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html

gradle_8 = gen {
version = "8.10.2";
hash = "sha256-McVXE+QCM6gwOCfOtCykikcmegrUurkXcSMSHnFSTCY=";
version = "8.11";
hash = "sha256-V9r7XCYixswIuZPIW3wGlWovU1NkMqMOrUYWbbyg8ek=";
defaultJava = jdk21;
};

Expand Down

0 comments on commit f40fecc

Please sign in to comment.