mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
remove order resources, wait for jdk16 for deterministic jlink builds across servers
This commit is contained in:
parent
cd674ee9be
commit
b8739ace4f
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ jlink {
|
||||||
requires 'java.management'
|
requires 'java.management'
|
||||||
}
|
}
|
||||||
|
|
||||||
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']
|
options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages', '--ignore-signing-information', '--exclude-files', '**.png']
|
||||||
launcher {
|
launcher {
|
||||||
name = 'sparrow'
|
name = 'sparrow'
|
||||||
jvmArgs = ["--add-opens=javafx.graphics/com.sun.javafx.css=org.controlsfx.controls",
|
jvmArgs = ["--add-opens=javafx.graphics/com.sun.javafx.css=org.controlsfx.controls",
|
||||||
|
|
Loading…
Reference in a new issue