Skip to content

Commit 534fa2f

Browse files
authored
Fix missing artifact warning (#3900)
1 parent 5304e26 commit 534fa2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/instrumentation/applicationinsights-web-2.3/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ muzzle {
1212
}
1313

1414
val otelInstrumentationAlphaVersion: String by project
15-
val otelVersion: String by project
15+
val otelInstrumentationVersion: String by project
1616

1717
dependencies {
1818
compileOnly("com.microsoft.azure:applicationinsights-web:2.3.0")
1919

20-
testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelVersion")
20+
testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelInstrumentationVersion")
2121

2222
testImplementation("com.microsoft.azure:applicationinsights-web:2.3.0")
2323
testImplementation("javax.servlet:javax.servlet-api:3.0.1")

0 commit comments

Comments
 (0)