We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a243ca commit c674231Copy full SHA for c674231
instrumentation-api/build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
group = "io.opentelemetry.instrumentation"
13
14
dependencies {
15
- api("io.opentelemetry:opentelemetry-api")
+ api("io.opentelemetry:opentelemetry-api")
16
implementation("io.opentelemetry:opentelemetry-api-incubator")
17
implementation("io.opentelemetry.semconv:opentelemetry-semconv")
18
0 commit comments