opentelemetry-java-instrume.../instrumentation/oshi/library/build.gradle.kts

10 lines
176 B
Plaintext

plugins {
id("otel.library-instrumentation")
}
dependencies {
library("com.github.oshi:oshi-core:5.3.1")
testImplementation(project(":instrumentation:oshi:testing"))
}