transferPluginIds

abstract fun transferPluginIds(target: PluginDependencyDeclaration)

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)

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

targetRootClassName

The root class name of the target, see DependencyMapperExtension.plugins