Skip to content

Commit

Permalink
fix building modular JARs for OpenJDK
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Nov 10, 2023
1 parent 42538c4 commit a70a987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jlink {
imageZip = file(JLINK_DIR + ".zip")
addOptions '--add-modules', MODULES_TO_ADD,
'--strip-debug', '--compress', '2',
'--no-header-files', '--no-man-pages'
'--no-header-files', '--no-man-pages',
'--ignore-signing-information'
mergedModule {
requires "java.xml"
}
Expand Down

0 comments on commit a70a987

Please sign in to comment.