leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Charlie Briggs 2020-10-20T13:10:47.025900Z

Is there any way of pulling in a list of :exclusions from a library in a project.clj, or would the only way to do this be to also write a plugin which either exposes a profile or rewrites the project map?

Charlie Briggs 2020-10-20T13:11:20.026Z

the use case is to have a shared logging library, similar to https://github.com/stuartsierra/log.dev#javautillogging, which adds the necessary library boilerplate to route everything to logback, but also manages the exclusions correctly