build.gradle.kts 300 B

12345678910
  1. plugins {
  2. id("otel.javaagent-instrumentation")
  3. }
  4. // This module is only used as a dependency for other javaagent modules and does not contain any
  5. // non-abstract implementations of InstrumentationModule
  6. dependencies {
  7. compileOnly(project(":instrumentation:servlet:servlet-common:bootstrap"))
  8. }