Hi
I read in the documentation about new ‘java-library’ plugin and its new configurations(scopes): ‘api’ and ‘implementation’. Implementation dependencies are internal to the library.
However if I have a project with ‘war’ plugin that depends on ‘java-library’ project will it fetch ‘implementation’ dependencies and include into war file?
Documentation states that ‘java-library’ plugin is compatible with ‘java’ plugin only. So it’s not clear how it will work with other plugins.
Thanks.