resolutionStrategy

abstract fun resolutionStrategy(@DelegatesTo(value = ResolutionStrategy::class, strategy = 1) closure: Closure): Configuration(source)

The resolution strategy provides extra details on how to resolve this configuration. See docs for ResolutionStrategy for more info and examples.

Return

this configuration instance

Parameters

closure

closure applied to the ResolutionStrategy


abstract fun resolutionStrategy(action: Action<out Any>): Configuration(source)

The resolution strategy provides extra details on how to resolve this configuration. See docs for ResolutionStrategy for more info and examples.

Return

this configuration instance

Parameters

action

action applied to the ResolutionStrategy