14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
plugins {
|
|
id("otel.library-instrumentation")
|
|
}
|
|
|
|
dependencies {
|
|
library("org.apache.logging.log4j:log4j-core:2.17.0")
|
|
|
|
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
|
|
|
|
if (findProperty("testLatestDeps") as Boolean) {
|
|
testCompileOnly("biz.aQute.bnd:biz.aQute.bnd.annotation:7.0.0")
|
|
}
|
|
}
|