Skip to content

Commit e1551c9

Browse files
committed
Update Shadow plugin to 9.0.0-rc1
1 parent 336357c commit e1551c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jreleaser = { id = "org.jreleaser", version = "1.19.0" }
104104
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0" }
105105
nullaway = { id = "net.ltgt.nullaway", version = "2.2.0" }
106106
plantuml = { id = "io.freefair.plantuml", version = "8.14" }
107-
shadow = { id = "com.gradleup.shadow", version = "8.3.8" }
107+
shadow = { id = "com.gradleup.shadow", version = "9.0.0-rc1" }
108108
spotless = { id = "com.diffplug.spotless", version = "7.1.0" }

gradle/plugins/common/src/main/kotlin/junitbuild.shadow-conventions.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ tasks {
3939
exclude("META-INF/maven/**")
4040
excludes.remove("module-info.class")
4141
archiveClassifier = ""
42+
from(sourceSets.main.get().output.classesDirs) {
43+
include("module-info.class")
44+
}
4245
}
4346
jar {
4447
dependsOn(shadowJar)

0 commit comments

Comments
 (0)