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()
}
|
void |
unlockAllConfigurations() |
Convenience method for doing:
configurations.all {
resolutionStrategy.deactivateDependencyLocking()
}
|
void lockAllConfigurations()
@Incubating void unlockAllConfigurations()