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

11 lines
204 B
Plaintext

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