build.gradle.kts 156 B

123456789
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. implementation("org.yaml:snakeyaml")
  6. testImplementation(project(":testing-common"))
  7. }