16 lines
323 B
Plaintext
16 lines
323 B
Plaintext
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")
|
|
}
|
|
}
|