We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e02ef2e + 6533ea7 commit 4e80434Copy full SHA for 4e80434
app/build.gradle.kts
@@ -59,7 +59,7 @@ compose.desktop {
59
).map { "-D${it.first}=${it.second}" }.toTypedArray())
60
61
nativeDistributions{
62
- modules("jdk.jdi", "java.compiler", "jdk.accessibility", "java.management.rmi", "java.scripting")
+ modules("jdk.jdi", "java.compiler", "jdk.accessibility", "java.management.rmi", "java.scripting", "jdk.httpserver")
63
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
64
packageName = "Processing"
65
0 commit comments