@Incubating public interface ResolutionRules
Modifier and Type | Method and Description |
---|---|
void |
eachArtifact(Action<? super ArtifactResolutionControl> rule)
Apply a rule to control resolution of artifacts.
|
void |
eachDependency(Action<? super DependencyResolutionControl> rule)
Apply a rule to control resolution of dependencies.
|
void |
eachModule(Action<? super ModuleResolutionControl> rule)
Apply a rule to control resolution of modules.
|
void eachDependency(Action<? super DependencyResolutionControl> rule)
rule
- the rule to applyvoid eachModule(Action<? super ModuleResolutionControl> rule)
rule
- the rule to applyvoid eachArtifact(Action<? super ArtifactResolutionControl> rule)
rule
- the rule to apply