Skip to content

Commit b25a3b2

Browse files
authored
Signed-off-by: Chase Engelbrecht <[email protected]>
1 parent 6172632 commit b25a3b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build.gradle

+7-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ apply plugin: 'jacoco'
4848
apply from: 'build-tools/merged-coverage.gradle'
4949

5050
configurations {
51-
ktlint
51+
ktlint {
52+
resolutionStrategy {
53+
force "ch.qos.logback:logback-classic:1.3.14"
54+
force "ch.qos.logback:logback-core:1.3.14"
55+
}
56+
}
5257
}
5358

5459
dependencies {
@@ -113,4 +118,4 @@ task updateVersion {
113118
}
114119
ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true)
115120
}
116-
}
121+
}

0 commit comments

Comments
 (0)