Skip to content

Commit 6573e6d

Browse files
Update plugin shadow to v9.2.1 (#4990)
1 parent 3f3d616 commit 6573e6d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jreleaser = { id = "org.jreleaser", version = "1.20.0" }
103103
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.20" }
104104
nullaway = { id = "net.ltgt.nullaway", version = "2.3.0" }
105105
plantuml = { id = "io.freefair.plantuml", version = "8.14.2" }
106-
shadow = { id = "com.gradleup.shadow", version = "9.1.0" }
106+
shadow = { id = "com.gradleup.shadow", version = "9.2.1" }
107107
spotless = { id = "com.diffplug.spotless", version = "8.0.0" }

junit-platform-console-standalone/junit-platform-console-standalone.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ tasks {
9292
failOnDuplicateEntries = true
9393

9494
manifest.apply {
95-
inheritFrom(jar.get().manifest)
9695
attributes(mapOf(
9796
"Specification-Title" to project.name,
9897
"Implementation-Title" to project.name,

junit-platform-console/junit-platform-console.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tasks {
4646
}
4747
}
4848
shadowJar {
49-
exclude("META-INF/versions/9/module-info.class")
49+
exclude("META-INF/**/module-info.class")
5050
relocate("picocli", "org.junit.platform.console.shadow.picocli")
5151
from(projectDir) {
5252
include("LICENSE-picocli.md")

0 commit comments

Comments
 (0)