opentelemetry-java-instrume.../instrumentation/netty/netty-common/library/build.gradle.kts

9 lines
187 B
Plaintext

plugins {
id("otel.library-instrumentation")
}
dependencies {
compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")
}