build.gradle.kts 302 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.16.0")
  7. testImplementation(project(":instrumentation:log4j:log4j-context-data:log4j-context-data-2-common:testing"))
  8. }