We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8456a6 commit 0e9a4b2Copy full SHA for 0e9a4b2
build.gradle
@@ -37,6 +37,11 @@ buildscript {
37
dependencies {
38
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
39
classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.5"
40
+ configurations.all {
41
+ resolutionStrategy {
42
+ force("org.eclipse.platform:org.eclipse.core.runtime:3.29.0") // for spotless transitive dependency CVE (for 3.26.100)
43
+ }
44
45
}
46
47
0 commit comments