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