resolvable
Registers a ResolvableConfiguration with an immutable role. Resolvable configurations are meant to resolve dependency graphs and their artifacts.
Return
A provider which creates a new resolvable configuration.
Since
8.4
Parameters
name
The name of the configuration to register.
Throws
If a configuration with the given name
already exists in this container.
abstract fun resolvable(name: String, action: Action<in ResolvableConfiguration>): NamedDomainObjectProvider<ResolvableConfiguration>(source)
Registers a ResolvableConfiguration via resolvable and then configures it with the provided action.
Return
A provider which creates a new resolvable configuration.
Since
8.4
Parameters
name
The name of the configuration to register.
action
The action to apply to the configuration.
Throws
If a configuration with the given name
already exists in this container.