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 e2d4d7c commit 09f4cd6Copy full SHA for 09f4cd6
build.gradle
@@ -69,6 +69,11 @@ apply from: 'build-tools/opensearchplugin-coverage.gradle'
69
apply plugin: 'opensearch.java-agent'
70
71
configurations {
72
+ all {
73
+ resolutionStrategy {
74
+ force "commons-beanutils:commons-beanutils:1.11.0"
75
+ }
76
77
ktlint {
78
resolutionStrategy {
79
force "ch.qos.logback:logback-classic:1.5.16"
0 commit comments