We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93acf8f commit c0d78a3Copy full SHA for c0d78a3
1 file changed
gradle/dependency-management.gradle
@@ -12,6 +12,11 @@ if (!project.hasProperty("springDataVersion")) {
12
if (!project.hasProperty("kotlinVersion")) {
13
ext.kotlinVersion = "1.3.61"
14
}
15
+if (!project.hasProperty("locksDisabled")) {
16
+ dependencyLocking {
17
+ lockAllConfigurations()
18
+ }
19
+}
20
ext.rsocketVersion = "1.+"
21
ext.openSamlVersion = "3.+"
22
@@ -141,7 +146,3 @@ configurations {
141
146
142
147
143
148
144
-
145
-dependencyLocking {
- lockAllConfigurations()
-}
0 commit comments