transfer Plugin Ids
Transfers the coordinates of all gradle plugin ids to target declaration.
Any dependency coordinates that meet the following marks will be considered as plugins: pluginId:pluginId.gradle.plugin:version
For more details, see (Plugin Marker Artifacts)https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers
abstract fun transferPluginIds(targetRootClassName: String = PluginDependencyDeclaration.DefaultRootClassName)
Content copied to clipboard
Transfers the coordinates of all gradle plugin ids to target declaration.
Any dependency coordinates that meet the following marks will be considered as plugins: pluginId:pluginId.gradle.plugin:version
For more details, see (Plugin Marker Artifacts)https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers
Parameters
target Root Class Name
The root class name of the target, see DependencyMapperExtension.plugins