Fix typo in jpackage configuration (#25)
This commit is contained in:
committed by
GitHub
parent
ad3b2f8c7c
commit
6797934670
@@ -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"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user