opentelemetry-java-instrume.../instrumentation/hibernate/hibernate-common/javaagent/hibernate-common-javaagent....

10 lines
188 B
Groovy

/*
* Classes that are common to all versions of the Hibernate instrumentation.
*/
apply plugin: "otel.library-instrumentation"
dependencies {
compileOnly project(':javaagent-api')
}