badass-runtime-plugin icon indicating copy to clipboard operation
badass-runtime-plugin copied to clipboard

jre task should depend on any jars in the runtime classpath

Open hakanai opened this issue 3 years ago • 0 comments

Fixes #130.

allDependencies returns a lazy collection which includes all the runtime dependencies. Those which come from projects will be a ProjectDependency along the lines of:

DefaultProjectDependency{dependencyProject='project ':lib'', configuration='default'}

This seems to make it run :lib:jar as part of the dependencies for the task.

hakanai avatar Jul 22 '22 01:07 hakanai