build.gradle.kts 204 B

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