build.gradle.kts 208 B

12345678910
  1. /*
  2. * Classes that are common to all versions of the Hibernate instrumentation.
  3. */
  4. plugins {
  5. id("otel.library-instrumentation")
  6. }
  7. dependencies {
  8. compileOnly(project(":javaagent-instrumentation-api"))
  9. }