opentelemetry-java-instrume.../instrumentation/servlet/servlet-common/javaagent/build.gradle.kts

11 lines
300 B
Plaintext

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