plugins { id("otel.javaagent-instrumentation") } muzzle { pass { group.set("org.apache.httpcomponents.client5") module.set("httpclient5") versions.set("[5.0,)") } } dependencies { library("org.apache.httpcomponents.client5:httpclient5:5.0") } tasks { withType().configureEach { systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean) } }