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.
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 aresolutionStrategy
.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.