gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
DSL
Platform filter
API
DSL
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.artifacts
/
ComponentMetadataRule
Component
Metadata
Rule
API
interface
ComponentMetadataRule
:
Action
<
T
>
(
source
)
A rule that modify
component metadata
.
Since
4.9
Members
Members & Extensions
Functions
execute
Link copied to clipboard
API
abstract
fun
execute
(
t
:
T
)
invoke
Link copied to clipboard
DSL
operator
fun
<
T
:
Any
>
Action
<
in
T
>
.
invoke
(
target
:
T
)
Enables function invocation syntax on
Action
references.