Skip to content

Commit

Permalink
Add comment on why this depends on java.desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbos committed Oct 29, 2020
1 parent dc9461d commit 9fee592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ task buildExtension() {
}
runtime {
options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages']
modules = ['java.xml', 'java.sql', 'java.desktop'] //SQL required because of GSON dependency. Maybe get rid of that anyway...
modules = ['java.xml', 'java.sql', 'java.desktop']
//SQL required because of GSON dependency. Maybe get rid of that anyway...
//java.desktop required because of glassfish JAXB
targetPlatform('linux-x64', jvm_linux_home)
targetPlatform('winx64', jvm_windows_home)
targetPlatform('macos', jvm_macos_home)
Expand Down

0 comments on commit 9fee592

Please sign in to comment.