mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 22:03:33 +00:00
Allow disabling dependency locking
Fixes: gh-7799
This commit is contained in:
parent
93acf8f0f1
commit
c0d78a32f1
@ -12,6 +12,11 @@ if (!project.hasProperty("springDataVersion")) {
|
|||||||
if (!project.hasProperty("kotlinVersion")) {
|
if (!project.hasProperty("kotlinVersion")) {
|
||||||
ext.kotlinVersion = "1.3.61"
|
ext.kotlinVersion = "1.3.61"
|
||||||
}
|
}
|
||||||
|
if (!project.hasProperty("locksDisabled")) {
|
||||||
|
dependencyLocking {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
|
}
|
||||||
ext.rsocketVersion = "1.+"
|
ext.rsocketVersion = "1.+"
|
||||||
ext.openSamlVersion = "3.+"
|
ext.openSamlVersion = "3.+"
|
||||||
|
|
||||||
@ -141,7 +146,3 @@ configurations {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyLocking {
|
|
||||||
lockAllConfigurations()
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user