Skip to content

Commit 1544334

Browse files
committed
Convert stray .all
1 parent c1ed79f commit 1544334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-ot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
}
8787

8888
// gradle can't downgrade the opentracing dependencies with `strictly`
89-
configurations.matching { it.name.startsWith("ot31") }.all {
89+
configurations.matching { it.name.startsWith("ot31") }.configureEach {
9090
resolutionStrategy {
9191
force("io.opentracing:opentracing-api:0.31.0")
9292
force("io.opentracing:opentracing-util:0.31.0")

0 commit comments

Comments
 (0)