api / org.gradle.api.artifacts.dsl / DependencyLockingHandler

DependencyLockingHandler

@Incubating interface DependencyLockingHandler

A DependencyLockingHandler manages the behaviour and configuration of dependency locking.

Since
4.8

Functions

lockAllConfigurations

abstract fun lockAllConfigurations(): Unit

Convenience method for doing: configurations.all { resolutionStrategy.activateDependencyLocking() }