mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-23 20:36:44 +00:00
order resources in merged module
This commit is contained in:
parent
8b3ed8171b
commit
cd674ee9be
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ jlink {
|
|||
requires 'java.management'
|
||||
}
|
||||
|
||||
options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages', '--ignore-signing-information', '--exclude-files', '**.png']
|
||||
options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages', '--ignore-signing-information', '--order-resources', '/module-info.class,@classlist,/java.base/java/lang/', '--exclude-files', '**.png']
|
||||
launcher {
|
||||
name = 'sparrow'
|
||||
jvmArgs = ["--add-opens=javafx.graphics/com.sun.javafx.css=org.controlsfx.controls",
|
||||
|
|
Loading…
Reference in a new issue