Skip to content

Commit f679b3d

Browse files
committed
revert wrong push
1 parent 0919afb commit f679b3d

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

instrumentation/apache-httpclient/apache-httpclient-5.2/library/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ plugins {
77
dependencies {
88
library("org.apache.httpcomponents.client5:httpclient5:5.2.1")
99
}
10-
11-
tasks {
12-
test {
13-
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
14-
}
15-
}

instrumentation/armeria/armeria-1.3/javaagent/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ dependencies {
2727
tasks {
2828
withType<Test>().configureEach {
2929
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
30-
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
3130
}
3231
}

instrumentation/async-http-client/async-http-client-1.9/javaagent/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ tasks {
2727
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
2828

2929
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
30-
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
3130
}
3231
}

instrumentation/async-http-client/async-http-client-2.0/javaagent/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ if (!latestDepTest) {
3131
}
3232

3333
tasks.withType<Test>().configureEach {
34-
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
3534
systemProperty("testLatestDeps", latestDepTest)
3635
// async-http-client 3.0 requires java 11
3736
// We are not using minJavaVersionSupported for latestDepTest because that way the instrumentation

0 commit comments

Comments
 (0)