Skip to content

Commit

Permalink
revert disable system module
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jun 1, 2022
1 parent 612b684 commit 50c8762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ task deleteInstallerTemp(type: Delete) {

jpackage.dependsOn deleteInstallerTemp
jlink {
addOptions('--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages', '--disable-plugin', 'system-modules')
addOptions('--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages')
launcher {
name = 'JabRef'
}
Expand Down

0 comments on commit 50c8762

Please sign in to comment.