plugins { id("otel.library-instrumentation") id("otel.nullaway-conventions") id("otel.animalsniffer-conventions") } dependencies { library("org.apache.httpcomponents.client5:httpclient5:5.2.1") } tasks { test { systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false") systemProperty("collectSpans", true) } }