public interface DependencyLockingHandler
DependencyLockingHandler
manages the behaviour and configuration of dependency locking.Modifier and Type | Method | Description |
---|---|---|
LockMode |
getLockMode() |
Allows to query the lock mode currently configured
|
void |
lockAllConfigurations() |
Convenience method for doing:
configurations.all {
resolutionStrategy.activateDependencyLocking()
}
|
void |
setLockMode(LockMode mode) |
Sets the lock mode
|
void |
unlockAllConfigurations() |
Convenience method for doing:
configurations.all {
resolutionStrategy.deactivateDependencyLocking()
}
|
void lockAllConfigurations()
@Incubating void unlockAllConfigurations()
@Incubating LockMode getLockMode()
@Incubating void setLockMode(LockMode mode)