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

11 lines
208 B
Plaintext

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