forked from mirrors/nixpkgs
use openjdk as default for ant-build.nix
This commit is contained in:
parent
79e3d17280
commit
1d26619edf
|
@ -8,8 +8,8 @@
|
|||
, antProperties ? []
|
||||
, antBuildInputs ? []
|
||||
, buildfile ? "build.xml"
|
||||
, ant ? pkgs.ant
|
||||
, jre ? pkgs.jre
|
||||
, ant ? pkgs.apacheAntOpenJDK
|
||||
, jre ? pkgs.openjdk
|
||||
, hydraAntLogger ? pkgs.hydraAntLogger
|
||||
, ... } @ args:
|
||||
|
||||
|
|
Loading…
Reference in a new issue