File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed
sentry-samples-netflix-dgs
sentry-samples-spring-boot-opentelemetry-noagent
sentry-samples-spring-boot-opentelemetry
sentry-samples-spring-boot-webflux
sentry-samples-spring-boot Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ val runtimeClasspath = configurations.named("runtimeClasspath")
4242tasks.shadowJar {
4343 manifest { attributes[" Main-Class" ] = " io.sentry.samples.netflix.dgs.NetlixDgsApplication" }
4444 archiveClassifier.set(" " )
45- mergeServiceFiles()
4645
4746 val springMetadataFiles =
4847 listOf (
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ val runtimeClasspath = configurations.named("runtimeClasspath")
8383tasks.shadowJar {
8484 manifest { attributes[" Main-Class" ] = " io.sentry.samples.spring.boot.SentryDemoApplication" }
8585 archiveClassifier.set(" " )
86- mergeServiceFiles()
8786
8887 val springMetadataFiles =
8988 listOf (
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ val runtimeClasspath = configurations.named("runtimeClasspath")
7979tasks.shadowJar {
8080 manifest { attributes[" Main-Class" ] = " io.sentry.samples.spring.boot.SentryDemoApplication" }
8181 archiveClassifier.set(" " )
82- mergeServiceFiles()
8382
8483 val springMetadataFiles =
8584 listOf (
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ val runtimeClasspath = configurations.named("runtimeClasspath")
5252tasks.shadowJar {
5353 manifest { attributes[" Main-Class" ] = " io.sentry.samples.spring.boot.SentryDemoApplication" }
5454 archiveClassifier.set(" " )
55- mergeServiceFiles()
5655
5756 val springMetadataFiles =
5857 listOf (
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ val runtimeClasspath = configurations.named("runtimeClasspath")
7979tasks.shadowJar {
8080 manifest { attributes[" Main-Class" ] = " io.sentry.samples.spring.boot.SentryDemoApplication" }
8181 archiveClassifier.set(" " )
82- mergeServiceFiles()
8382
8483 // Shadow 9.x enforces DuplicatesStrategy before transformers run, so `append`
8584 // only sees one copy of each file. We merge Spring metadata from the runtime
You can’t perform that action at this time.
0 commit comments