with Module
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
Return
this
Parameters
the module to apply this rule to in "group:module" format or as a org.gradle.api.artifacts.ModuleIdentifier
the rule to be added
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
The rule closure parameter is subject to the same requirements as all.
Return
this
Parameters
the module to apply this rule to in "group:module" format or as a org.gradle.api.artifacts.ModuleIdentifier
the rule to be added
Adds a rule that may modify the metadata of any resolved software component belonging to the specified module.
The rule source parameter is subject to the same requirements as all.
Return
this
Parameters
the module to apply this rule to in "group:module" format or as a org.gradle.api.artifacts.ModuleIdentifier
the rule source object to be added
Adds a class based rule that may modify the metadata of any resolved software component belonging to the specified module.
Return
this
Since
4.9
Parameters
the module to apply this rule to in "group:module" format or as a org.gradle.api.artifacts.ModuleIdentifier
the rule to be added