gradle: remove unused jdk11 argument

This commit is contained in:
Harsh Shandilya
2025-01-16 12:33:30 +02:00
committed by Olli Helenius
parent 29503f955b
commit 779b6255fd
2 changed files with 1 additions and 2 deletions
@@ -1,5 +1,4 @@
{
jdk11,
jdk17,
jdk21,
}:
+1 -1
View File
@@ -7996,7 +7996,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 { };