@CompileStatic interface ConfigurationsDependencyHandler
Type Params | Return Type | Name and description |
---|---|---|
|
abstract DependencyHandlerSpec |
c(String configuration) Declares the target configuration on which platforms and dependencies will be applied. |
|
abstract DependencyHandlerSpec |
c(String configuration, String[] configurations) Declares target configurations on which platforms and dependencies will be applied. |
|
abstract DependencyHandlerSpec |
c(Set<String> configurations) Declares target configurations on which platforms and dependencies will be applied. |
|
abstract DependencyHandlerSpec |
configuration(String configuration) Declares the target configuration on which platforms and dependencies will be applied. |
|
abstract DependencyHandlerSpec |
configurations(String configuration, String[] configurations) Declares target configurations on which platforms and dependencies will be applied. |
|
abstract DependencyHandlerSpec |
configurations(Set<String> configurations) Declares target configurations on which platforms and dependencies will be applied. |
Declares the target configuration on which platforms and dependencies will be applied.
Alias for configuration(configuration)
.
@return
configuration
- configuration the target configuration, e.g, api. Declares target configurations on which platforms and dependencies will be applied.
Alias for configurations(configuration,configurations)
.
@return
configuration
- the target configuration, e.g, api.configurations
- additional configurations (if any). Declares target configurations on which platforms and dependencies will be applied.
Alias for configurations(configurations)
.
@return
configurations
- - the set of configurations to use. Can not be empty.Declares the target configuration on which platforms and dependencies will be applied. @return
configuration
- configuration the target configuration, e.g, api.Declares target configurations on which platforms and dependencies will be applied. @return
configuration
- the target configuration, e.g, api.configurations
- additional configurations (if any).Declares target configurations on which platforms and dependencies will be applied. @return
configurations
- - the set of configurations to use. Can not be empty.