17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
plugins {
|
|
id("otel.java-conventions")
|
|
id("otel.publish-conventions")
|
|
|
|
id("otel.jmh-conventions")
|
|
id("otel.animalsniffer-conventions")
|
|
}
|
|
|
|
description = "OpenTelemetry API Incubator"
|
|
otelJava.moduleName.set("io.opentelemetry.extension.incubator")
|
|
|
|
dependencies {
|
|
api(project(":api:all"))
|
|
|
|
testImplementation(project(":sdk:testing"))
|
|
}
|