build.gradle.kts 232 B

123456789
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. testImplementation("io.opentelemetry:opentelemetry-sdk-metrics")
  6. testImplementation(project(":testing-common"))
  7. testImplementation("org.mockito:mockito-core")
  8. }