api / org.gradle.api.artifacts / Configuration / resolutionStrategy

resolutionStrategy

abstract fun resolutionStrategy(@DelegatesTo(ResolutionStrategy, 1) closure: Closure<Any>): Configuration

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

Parameters

closure - closure applied to the ResolutionStrategy

Return
this configuration instance

Since
1.0-milestone-6

abstract fun resolutionStrategy(action: Action<in ResolutionStrategy>): Configuration

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

Parameters

action - action applied to the ResolutionStrategy

Return
this configuration instance

Since
3.1