@Incubating public interface ConfigurableIncludedBuild extends IncludedBuild
| Modifier and Type | Method and Description | 
|---|---|
| void | dependencySubstitution(Action<? super DependencySubstitutions> action)Configures the dependency substitution rules for this included build. | 
getName, getProjectDir, task@Incubating void dependencySubstitution(Action<? super DependencySubstitutions> action)
DependencySubstitutions which can be configured with substitution rules.
 Project dependencies are resolved in the context of the included build.ResolutionStrategy.dependencySubstitution(Action), 
DependencySubstitutions