File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,6 @@ apply plugin: 'io.gitlab.arturbosch.detekt'
61
61
apply plugin : ' org.jetbrains.kotlin.jvm'
62
62
apply plugin : ' org.jetbrains.kotlin.plugin.allopen'
63
63
64
- configurations. all {
65
- resolutionStrategy {
66
- force ' org.yaml:snakeyaml:1.32'
67
- }
68
- }
69
-
70
64
def usingRemoteCluster = System . properties. containsKey(' tests.rest.cluster' ) || System . properties. containsKey(' tests.cluster' )
71
65
def usingMultiNode = project. properties. containsKey(' numNodes' )
72
66
@@ -128,6 +122,7 @@ configurations.all {
128
122
force " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
129
123
force " org.jetbrains.kotlin:kotlin-stdlib-common:${ kotlin_version} "
130
124
force " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
125
+ force " org.yaml:snakeyaml:1.32"
131
126
}
132
127
}
133
128
You can’t perform that action at this time.
0 commit comments