We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57d341 commit 78f99eaCopy full SHA for 78f99ea
pkgs/development/tools/build-managers/gradle/default.nix
@@ -369,8 +369,8 @@ rec {
369
defaultJava = jdk21;
370
};
371
gradle_8 = mkGradle {
372
- version = "8.14.4";
373
- hash = "sha256-8XcSmKcPbbWina9iN4xOGKF/wzybprFDYuDN9AYQOA0=";
+ version = "9.3.1";
+ hash = "sha256-smbV/2uQ6tptw7IMsJDjcxMC5VOifF0+TfHw12vq/wY=";
374
375
# Only enable this on *one* version to avoid duplicate PRs.
376
enableUpdateScript = true;
0 commit comments