Merge pull request #1217 from Stefterv/add-jdk-http-server

Adding `jdk.httpserver` as it was not included for the local reference
This commit is contained in:
Moon
2025-08-27 13:23:42 -04:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ compose.desktop {
).map { "-D${it.first}=${it.second}" }.toTypedArray())
nativeDistributions{
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")
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Processing"