Skip to content

Commit c37ef46

Browse files
committed
more
1 parent 405f9b2 commit c37ef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/play/play-ws/play-ws-2.1/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tasks {
6767
enabled = testLatestDeps
6868
}
6969

70-
test {
70+
withType<Test>().configureEach {
7171
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
7272
systemProperty("otel.instrumentation.common.peer-service-mapping", "127.0.0.1=test-peer-service,localhost=test-peer-service,192.0.2.1=test-peer-service")
7373
}

0 commit comments

Comments
 (0)