build.gradle.kts 176 B

123456789
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. library("com.github.oshi:oshi-core:5.3.1")
  6. testImplementation(project(":instrumentation:oshi:testing"))
  7. }