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 c1ed79f commit 1544334Copy full SHA for 1544334
dd-trace-ot/build.gradle.kts
@@ -86,7 +86,7 @@ dependencies {
86
}
87
88
// gradle can't downgrade the opentracing dependencies with `strictly`
89
-configurations.matching { it.name.startsWith("ot31") }.all {
+configurations.matching { it.name.startsWith("ot31") }.configureEach {
90
resolutionStrategy {
91
force("io.opentracing:opentracing-api:0.31.0")
92
force("io.opentracing:opentracing-util:0.31.0")
0 commit comments