Skip to content

Commit 962443c

Browse files
authored
Merge pull request #1056 from Stefterv/fix-p5js-mode
Added missing module
2 parents 7c5bd00 + 03723be commit 962443c

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)