opentelemetry-java-instrume.../instrumentation/elasticsearch/elasticsearch-rest-common-5.0/library/build.gradle.kts

11 lines
241 B
Plaintext

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