Another gradle fix

This commit is contained in:
crschnick 2024-05-30 03:43:59 +00:00
parent fb669ed63e
commit d5cd85aab4

View file

@ -58,7 +58,7 @@ jlink {
]
if (org.gradle.internal.os.OperatingSystem.current().isLinux()) {
options.add('--strip-native-debug-symbols')
options.addAll('--strip-native-debug-symbols', 'exclude-debuginfo-files')
}
if (useBundledJavaFx) {