build.gradle.kts 278 B

1234567891011
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. library("com.github.oshi:oshi-core:5.3.1")
  6. testImplementation("io.opentelemetry:opentelemetry-sdk-metrics")
  7. testImplementation(project(":testing-common"))
  8. testImplementation("org.assertj:assertj-core")
  9. }