build.gradle.kts 300 B

1234567891011
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. base.archivesName.set("${base.archivesName.get()}-autoconfigure")
  5. dependencies {
  6. library("org.apache.logging.log4j:log4j-core:2.17.0")
  7. testImplementation(project(":instrumentation:log4j:log4j-context-data:log4j-context-data-common:testing"))
  8. }