17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
plugins {
|
|
id("otel.java-conventions")
|
|
id("otel.animalsniffer-conventions")
|
|
id("otel.jacoco-conventions")
|
|
id("otel.japicmp-conventions")
|
|
id("otel.publish-conventions")
|
|
}
|
|
|
|
group = "io.opentelemetry.instrumentation"
|
|
|
|
dependencies {
|
|
api("io.opentelemetry:opentelemetry-api")
|
|
|
|
testImplementation("org.assertj:assertj-core")
|
|
testImplementation("org.mockito:mockito-core")
|
|
}
|