allDependencies returns a lazy collection which includes all the runtime dependencies. Those which come from projects will be a ProjectDependency along the lines of:
@hakanai: Thanks for the PR! Release 1.13.0 includes your changes.
To everyone: I didn't have much time lately for this plugin. It would be great if some of you could help co-maintain it. I created an issue to keep track of this matter.
Fixes #130.
allDependencies
returns a lazy collection which includes all the runtime dependencies. Those which come from projects will be aProjectDependency
along the lines of:This seems to make it run
:lib:jar
as part of the dependencies for the task.