Skip to content

Commit 4dc65fd

Browse files
committed
more
1 parent 3cca0a8 commit 4dc65fd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
io.opentelemetry.exporter.otlp.internal.OtlpMetricExporterProvider

buildSrc/src/main/kotlin/ai.shadow-conventions.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ tasks.withType<ShadowJar>().configureEach {
1111
mergeServiceFiles("META-INF/services/**")
1212
mergeServiceFiles {
1313
include("inst/META-INF/services/**")
14+
path = "inst/META-INF/services"
1415
}
1516
filesMatching("META-INF/services/**") {
1617
duplicatesStrategy = DuplicatesStrategy.INCLUDE
1718
}
1819
filesMatching("inst/META-INF/services/**") {
1920
duplicatesStrategy = DuplicatesStrategy.INCLUDE
2021
}
22+
exclude("META-INF/services/javax.servlet.ServletContainerInitializer")
23+
exclude("inst/META-INF/services/javax.servlet.ServletContainerInitializer")
2124
exclude("META-INF/*.SF", "META-INF/*.DSA", "META-INF/*.RSA")
2225
exclude(
2326
"META-INF/LICENSE",
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
plugins {
22
id("ai.smoke-test-jar")
33
}
4-
5-
aiSmokeTest.mainClass.set("com.microsoft.applicationinsights.smoketestapp.App")

0 commit comments

Comments
 (0)