littlerobots / version-catalog-update-plugin

Gradle plugin for updating a project version catalog
Apache License 2.0
565 stars 23 forks source link

Plugin detection #12

Closed hvisser closed 2 years ago

hvisser commented 2 years ago

Get build script dependencies for all subprojects, so that the plugin is able to resolve plugin artifacts that are applied using plugin syntax, but have their id mapped through a resolutionStrategy.

Because those plugins are not added as a dependency to the root build script which has the version catalog update plugin applied, they wouldn't be considered as plugins and updates to the catalog would remove the plugins again as a result.