opentelemetry-java-instrume.../instrumentation/kafka/kafka-clients/kafka-clients-common-0.11/library/build.gradle.kts

11 lines
278 B
Plaintext

plugins {
id("otel.library-instrumentation")
}
dependencies {
compileOnly(project(":muzzle"))
compileOnly("org.apache.kafka:kafka-clients:0.11.0.0")
compileOnly("com.google.auto.value:auto-value-annotations")
annotationProcessor("com.google.auto.value:auto-value")
}