Skip to content

Commit

Permalink
Prevent secondary outputs of Java 9 compilation getting packed into jar
Browse files Browse the repository at this point in the history
Fixes #304
  • Loading branch information
ilya-g committed Sep 5, 2023
1 parent fbe2c91 commit dbb153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ tasks {
manifest {
attributes("Multi-Release" to true)
}
from(compileJavaModuleInfo) {
from(compileJavaModuleInfo.map { it.destinationDirectory }) {
into("META-INF/versions/9/")
}
}
Expand Down

0 comments on commit dbb153f

Please sign in to comment.