remove order resources, wait for jdk16 for deterministic jlink builds across servers

This commit is contained in:
Craig Raw 2021-03-22 12:02:58 +02:00
parent cd674ee9be
commit b8739ace4f

View file

@ -132,7 +132,7 @@ jlink {
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 {
name = 'sparrow'
jvmArgs = ["--add-opens=javafx.graphics/com.sun.javafx.css=org.controlsfx.controls",