mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 01:11:06 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user