Skip to content

Commit 03723be

Browse files
committed
Added missing module
1 parent ecd219b commit 03723be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ compose.desktop {
5959
).map { "-D${it.first}=${it.second}" }.toTypedArray())
6060

6161
nativeDistributions{
62-
modules("jdk.jdi", "java.compiler", "jdk.accessibility", "java.management.rmi")
62+
modules("jdk.jdi", "java.compiler", "jdk.accessibility", "java.management.rmi", "java.scripting")
6363
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
6464
packageName = "Processing"
6565

0 commit comments

Comments
 (0)