Browse Source
Fix runtime configuration to produce working macOS binaries
master
Edwin Jakobs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
build.gradle.kts
|
|
@ -246,4 +246,5 @@ runtime { |
|
|
|
options.add("--no-man-pages") |
|
|
|
modules.empty() |
|
|
|
modules.add("jdk.unsupported") |
|
|
|
modules.add("java.management") |
|
|
|
} |
|
|
|