@Incubating public interface DependencyLockingHandler
DependencyLockingHandler manages the behaviour and configuration of dependency locking.| Modifier and Type | Method and Description |
|---|---|
void |
lockAllConfigurations()
Convenience method for doing:
configurations.all {
resolutionStrategy.activateDependencyLocking()
}
|