dependency-analysis-gradle-plugin
dependency-analysis-gradle-plugin copied to clipboard
Gradle plugin marker artifacts as default bundles
If you write convention plugins in separate projects, or write a plugin that depends on another plugin, it is quite common to depend on the used plugins using their marker artifact <plugin id>:<plugin id>.gradle.plugin:<plugin version>
instead of depending on the actual code artifact.
It would be nice if this plugin would support this pattern out-of-the-box without the need to declare all used plugins as bundles manually.
Thanks for the issue.