Allow disabling dependency locking
Fixes: gh-7799
This commit is contained in:
@@ -12,6 +12,11 @@ if (!project.hasProperty("springDataVersion")) {
|
||||
if (!project.hasProperty("kotlinVersion")) {
|
||||
ext.kotlinVersion = "1.3.61"
|
||||
}
|
||||
if (!project.hasProperty("locksDisabled")) {
|
||||
dependencyLocking {
|
||||
lockAllConfigurations()
|
||||
}
|
||||
}
|
||||
ext.rsocketVersion = "1.+"
|
||||
ext.openSamlVersion = "3.+"
|
||||
|
||||
@@ -141,7 +146,3 @@ configurations {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencyLocking {
|
||||
lockAllConfigurations()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user