Skip to content

Commit 30550b9

Browse files
author
onion
committed
Fix: com/sun/security/auth/module/UnixSystem error on Linux
1 parent 8085e87 commit 30550b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composeApp/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ compose.desktop {
214214
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
215215
packageName = "org.onion.diffusion"
216216
packageVersion = "1.0.0"
217+
218+
// Fix: com/sun/security/auth/module/UnixSystem error on Linux
219+
// This module is required for user/group checking but often stripped by jlink
220+
modules("jdk.security.auth")
221+
217222

218223
targetFormats(
219224
TargetFormat.Dmg,

0 commit comments

Comments
 (0)