Skip to content

Commit 0dada24

Browse files
authored
Nit: add resolutions at once place (#529)
Signed-off-by: Rupal Mahajan <[email protected]> Signed-off-by: Rupal Mahajan <[email protected]>
1 parent 3e0e613 commit 0dada24

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

reports-scheduler/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ apply plugin: 'io.gitlab.arturbosch.detekt'
6161
apply plugin: 'org.jetbrains.kotlin.jvm'
6262
apply plugin: 'org.jetbrains.kotlin.plugin.allopen'
6363

64-
configurations.all {
65-
resolutionStrategy {
66-
force 'org.yaml:snakeyaml:1.32'
67-
}
68-
}
69-
7064
def usingRemoteCluster = System.properties.containsKey('tests.rest.cluster') || System.properties.containsKey('tests.cluster')
7165
def 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

0 commit comments

Comments
 (0)