Open thekalinga opened 5 years ago
Currently the plugin only bundles dependencies that are in compile scope
compile
But, plugins like java-library allows us to have more fine grained control over which dependency gets used when. It introduces api, implementation & a lot more
java-library
api
implementation
Can you add support for this aswell
Thanks!
Currently the plugin only bundles dependencies that are in
compile
scopeBut, plugins like
java-library
allows us to have more fine grained control over which dependency gets used when. It introducesapi
,implementation
& a lot moreCan you add support for this aswell
Thanks!