build.gradle.kts 285 B

12345678910111213
  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("io.opentelemetry:opentelemetry-api")
  11. }