set Metadata Supplier
Sets a custom metadata rule, which is capable of supplying the metadata of a component (status, status scheme, changing flag) whenever a dynamic version is requested. It can be used to provide metadata directly, instead of having to parse the Ivy descriptor.
Parameters
rule
the class of the rule. Gradle will instantiate a new rule for each dependency which requires metadata.
abstract fun setMetadataSupplier(rule: Class<out ComponentMetadataSupplier>, configureAction: Action<out Any>)
Sets a custom metadata rule, possibly configuring the rule.
Parameters
rule
the class of the rule. Gradle will instantiate a new rule for each dependency which requires metadata.
configure Action
the action to use to configure the rule.