components

abstract fun components(configureAction: Action<in ComponentMetadataHandler>)(source)

Configures component metadata for this project.

This method executes the given action against the org.gradle.api.artifacts.dsl.ComponentMetadataHandler for this project.

Since

1.8

Parameters

configureAction

the action to use to configure module metadata