File tree Expand file tree Collapse file tree 4 files changed +0
-9
lines changed
apache-httpclient/apache-httpclient-5.2/library
armeria/armeria-1.3/javaagent
async-http-client-1.9/javaagent
async-http-client-2.0/javaagent Expand file tree Collapse file tree 4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,3 @@ plugins {
77dependencies {
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- }
Original file line number Diff line number Diff line change @@ -27,6 +27,5 @@ dependencies {
2727tasks {
2828 withType<Test >().configureEach {
2929 systemProperty(" testLatestDeps" , findProperty(" testLatestDeps" ) as Boolean )
30- systemProperty(" collectMetadata" , findProperty(" collectMetadata" )?.toString() ? : " false" )
3130 }
3231}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ if (!latestDepTest) {
3131}
3232
3333tasks.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
You can’t perform that action at this time.
0 commit comments