build.gradle.kts 135 B

123456
  1. /*
  2. * Classes that are common to all versions of the Hibernate instrumentation.
  3. */
  4. plugins {
  5. id("otel.javaagent-instrumentation")
  6. }