Fix some references to apacheAntOpenJDK
This commit is contained in:
parent
c180be8cf5
commit
4728ec3f99
|
@ -8,7 +8,7 @@
|
|||
, antProperties ? []
|
||||
, antBuildInputs ? []
|
||||
, buildfile ? "build.xml"
|
||||
, ant ? pkgs.apacheAntOpenJDK
|
||||
, ant ? pkgs.ant
|
||||
, jre ? pkgs.openjdk
|
||||
, hydraAntLogger ? pkgs.hydraAntLogger
|
||||
, ... } @ args:
|
||||
|
|
|
@ -59,8 +59,6 @@ let
|
|||
antlr = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
antlr3 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
apacheAntGcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
apacheAntOpenJDK = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
apacheAntOracleJDK = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
apparmor = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
aqbanking = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
arb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
|
|
Loading…
Reference in a new issue