Fix typo in jpackage configuration (#25)

This commit is contained in:
Steven van den Broek
2022-01-31 08:32:20 +01:00
committed by GitHub
parent ad3b2f8c7c
commit 6797934670

View File

@@ -187,7 +187,7 @@ runtime {
skipInstaller = true
if (OperatingSystem.current() == OperatingSystem.MAC_OS) jvmArgs.add("-XstartOnFirstThread")
}
options.set(listOf("--strip-debug", "--compress", "1", "--no--header-files", "--no-man-pages"))
options.set(listOf("--strip-debug", "--compress", "1", "--no-header-files", "--no-man-pages"))
modules.set(listOf("jdk.unsupported", "java.management"))
}