Interface SubConfigurationBuilder
- All Known Implementing Classes:
SubConfigurationConfig.Builder
public interface SubConfigurationBuilder
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfiguration(groovy.lang.Closure... configurations) voidconfiguration(String configuration) The default Configuration to add the generated artifactsvoidThe name of the recursive dependency, see the probe data for the exact name
-
Method Details
-
name
The name of the recursive dependency, see the probe data for the exact name -
configuration
The default Configuration to add the generated artifactsPreferably this should be a runtimeOnly configuration
- Parameters:
configuration- Configuration name- See Also:
-
ConfigurationContainer
-
configuration
void configuration(@DelegatesTo(value=ConfigurationBuilder.class,strategy=1) groovy.lang.Closure... configurations) - See Also:
-