Skip to content

Commit f3a8ec6

Browse files
committed
Added jdk.accessibility
1 parent 1f62948 commit f3a8ec6

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
@@ -46,7 +46,7 @@ compose.desktop {
4646
).map { "-D${it.first}=${it.second}" }.toTypedArray())
4747

4848
nativeDistributions{
49-
modules("jdk.jdi", "java.compiler")
49+
modules("jdk.jdi", "java.compiler", "jdk.accessibility")
5050
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5151
packageName = "Processing"
5252

0 commit comments

Comments
 (0)