We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exclusions via metadata are not respected when using as lein plugin.
Repro project.clj:
project.clj
(defproject example "0.1" :plugins [[com.github.liquidz/antq "RELEASE"]] :dependencies [^{:antq/exclude "1.11.1"} [org.clojure/clojure "1.11.0"]])
$ lein antq | :file | :name | :current | :latest | |-------------+---------------------+----------+---------| | project.clj | org.clojure/clojure | 1.11.0 | 1.11.1 |
Works if running via clj -M:
clj -M
$ clj -M:outdated All dependencies are up-to-date.
The text was updated successfully, but these errors were encountered:
fix: Preserve exclusions in leiningen plugin
6178eea
Carry exclusions metadata from dependencies when using antq as a leiningen plugin. Fixes liquidz#231.
Successfully merging a pull request may close this issue.
Exclusions via metadata are not respected when using as lein plugin.
Repro
project.clj
:Works if running via
clj -M
:The text was updated successfully, but these errors were encountered: