build.gradle.kts 348 B

123456789101112131415
  1. plugins {
  2. id("otel.java-conventions")
  3. id("otel.animalsniffer-conventions")
  4. id("otel.jacoco-conventions")
  5. id("otel.japicmp-conventions")
  6. id("otel.publish-conventions")
  7. }
  8. group = "io.opentelemetry.instrumentation"
  9. dependencies {
  10. api(project(":instrumentation-appender-api-internal"))
  11. api("io.opentelemetry:opentelemetry-sdk-logs")
  12. }