Skip to content

Commit

Permalink
Nit: add resolutions at once place (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <maharup@amazon.com>

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
  • Loading branch information
rupal-bq committed Nov 2, 2022
1 parent 3e0e613 commit 0dada24
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ apply plugin: 'io.gitlab.arturbosch.detekt'
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'org.jetbrains.kotlin.plugin.allopen'

configurations.all {
resolutionStrategy {
force 'org.yaml:snakeyaml:1.32'
}
}

def usingRemoteCluster = System.properties.containsKey('tests.rest.cluster') || System.properties.containsKey('tests.cluster')
def usingMultiNode = project.properties.containsKey('numNodes')

Expand Down Expand Up @@ -128,6 +122,7 @@ configurations.all {
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
force "org.yaml:snakeyaml:1.32"
}
}

Expand Down

0 comments on commit 0dada24

Please sign in to comment.