api / org.gradle.api.artifacts / ComponentMetadataRule

ComponentMetadataRule

@Incubating interface ComponentMetadataRule : Action<ComponentMetadataContext>

A rule that modify ComponentMetadataDetails.

Since
4.9

Inherited Functions

execute

abstract fun execute(t: T): Unit

Performs this action against the given object.