Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include leiningen dependencies when project.clj includes :eval-in-leiningen #651

Closed
danielcompton opened this issue Nov 24, 2014 · 0 comments
Milestone

Comments

@danielcompton
Copy link
Collaborator

This is more on the wishlist than the essential side, but it would be good if Cursive detected when you were writing a lein plugin and included leiningen's dependencies. At the moment things like https://github.com/jonase/lein-kibit/blob/master/src/leiningen/kibit.clj#L2 aren't able to be resolved as there isn't an explicit dependency on it in the project.clj.

Leiningen dependencies are included when :eval-in-leiningen is true in the project.clj. https://github.com/technomancy/leiningen/blob/master/doc/PLUGINS.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants