build.gradle.kts 191 B

123456789
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. library("org.apache.logging.log4j:log4j-core:2.17.0")
  6. testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
  7. }