We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7ae97 commit c449e95Copy full SHA for c449e95
1 file changed
app/build.gradle.kts
@@ -49,7 +49,7 @@ compose.desktop {
49
).map { "-D${it.first}=${it.second}" }.toTypedArray())
50
51
nativeDistributions{
52
- modules("jdk.jdi", "java.compiler", "jdk.accessibility")
+ modules("jdk.jdi", "java.compiler", "jdk.accessibility", "java.management.rmi")
53
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
54
packageName = "Processing"
55
0 commit comments