12 lines
349 B
Groovy
12 lines
349 B
Groovy
apply from: "$rootDir/gradle/instrumentation-library.gradle"
|
|
|
|
|
|
dependencies {
|
|
implementation "io.opentelemetry:opentelemetry-api-metrics"
|
|
|
|
library "com.github.oshi:oshi-core:5.3.1"
|
|
|
|
testImplementation "io.opentelemetry:opentelemetry-sdk-metrics"
|
|
testImplementation project(':testing-common')
|
|
testImplementation "org.assertj:assertj-core"
|
|
} |