We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd219b commit 03723beCopy full SHA for 03723be
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")
+ modules("jdk.jdi", "java.compiler", "jdk.accessibility", "java.management.rmi", "java.scripting")
63
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
64
packageName = "Processing"
65
0 commit comments