Open hukka opened 6 years ago
Hm. I recall that this used to work. I wonder if this is related to one of the newer Leiningen changes. Can you provide the version of Leiningen that you are running and an example project.clj that exhibits the failing case?
Thanks!
I figured out why I thought this used to work. It works if you also have it set in your system or user level profile.clj. This is a tricky thing if an upstream dependency project requires voom to build but doesn't require it directly.
I've had ideas about fixing this but it's fairly big in scope. I'll mark this as a documentation bug and create a separate issue for tracking the larger fix.
The documentation does tell the user that voom should be set up in the leiningen profiles.clj. But it doesn't explicitly tell that using it in project.clj will fail with:
(as encountered in #60 too).
This is quite surprising, as usually you can configure lein plugins for the whole project, especially when other parts of the build/configuration depend on the plugin.