Steven van den Broek
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
build.gradle.kts
|
|
@ -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")) |
|
|
|
} |
|
|
|
|
|
|
|