File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,12 +61,6 @@ apply plugin: 'io.gitlab.arturbosch.detekt'
6161apply plugin : ' org.jetbrains.kotlin.jvm'
6262apply plugin : ' org.jetbrains.kotlin.plugin.allopen'
6363
64- configurations. all {
65- resolutionStrategy {
66- force ' org.yaml:snakeyaml:1.32'
67- }
68- }
69-
7064def usingRemoteCluster = System . properties. containsKey(' tests.rest.cluster' ) || System . properties. containsKey(' tests.cluster' )
7165def usingMultiNode = project. properties. containsKey(' numNodes' )
7266
@@ -128,6 +122,7 @@ configurations.all {
128122 force " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
129123 force " org.jetbrains.kotlin:kotlin-stdlib-common:${ kotlin_version} "
130124 force " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
125+ force " org.yaml:snakeyaml:1.32"
131126 }
132127}
133128
You can’t perform that action at this time.
0 commit comments