vscode-extensions.redhat.java: mark as broken, not available
Is available for jdk >= 11 and broken for jdk < 11.
This commit is contained in:
parent
2a2a06cc09
commit
80cef4476a
@ -604,7 +604,7 @@ let
|
|||||||
buildInputs = [ jdk ];
|
buildInputs = [ jdk ];
|
||||||
meta = {
|
meta = {
|
||||||
license = lib.licenses.epl20;
|
license = lib.licenses.epl20;
|
||||||
broken = lib.versionAtLeast jdk.version "11";
|
broken = lib.versionOlder jdk.version "11";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user