Skip to content

Commit

Permalink
gradle: remove unused jdk11 argument
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis authored and liff committed Dec 27, 2024
1 parent ee9b6a8 commit 22a8215
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/development/tools/build-managers/gradle/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
jdk11,
jdk17,
jdk21,
}:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8132,7 +8132,7 @@ with pkgs;

gnumake = callPackage ../development/tools/build-managers/gnumake { };
gradle-packages = import ../development/tools/build-managers/gradle {
inherit jdk11 jdk17 jdk21;
inherit jdk17 jdk21;
};
gradleGen = gradle-packages.gen;
wrapGradle = callPackage gradle-packages.wrapGradle { };
Expand Down

0 comments on commit 22a8215

Please sign in to comment.