You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plugin only bundles dependencies that are in compile scope
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
Can you add support for this aswell
Thanks!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: