9 lines
292 B
Groovy
9 lines
292 B
Groovy
apply from: "$rootDir/gradle/instrumentation.gradle"
|
|
|
|
// This module is only used as a dependency for other javaagent modules and does not contain any
|
|
// non-abstract implementations of InstrumentationModule
|
|
|
|
dependencies {
|
|
api(project(':instrumentation:servlet:servlet-common:library'))
|
|
}
|