Skip to content

Commit f50978f

Browse files
committed
Remove Multi-Release attribute from shadowed JARs
1 parent 2ea3080 commit f50978f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ tasks {
4343
from(sourceSets.main.get().output.classesDirs) {
4444
include("module-info.class")
4545
}
46+
addMultiReleaseAttribute = false
4647
}
4748
jar {
4849
dependsOn(shadowJar)

0 commit comments

Comments
 (0)