14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
plugins {
|
|
id("otel.library-instrumentation")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":instrumentation-appender-api-internal"))
|
|
implementation(project(":instrumentation-appender-sdk-internal"))
|
|
|
|
library("ch.qos.logback:logback-classic:0.9.16")
|
|
|
|
testImplementation("io.opentelemetry:opentelemetry-sdk-logs")
|
|
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
|
|
}
|