dependency-analysis-gradle-plugin icon indicating copy to clipboard operation
dependency-analysis-gradle-plugin copied to clipboard

Gradle plugin marker artifacts as default bundles

Open Vampire opened this issue 2 years ago • 1 comments

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.

Vampire avatar Feb 05 '23 19:02 Vampire

Thanks for the issue.

autonomousapps avatar Apr 21 '23 15:04 autonomousapps