Skip to content

Commit

Permalink
do not use all modules but only selected ones. lets see if the bundle…
Browse files Browse the repository at this point in the history
… is smaller now
  • Loading branch information
zoff99 committed Nov 18, 2024
1 parent ac4a4a5 commit a461f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ compose.desktop {
// TargetFormat.AppImage

nativeDistributions {
// modules("java.instrument", "java.net.http", "java.prefs", "java.sql", "jdk.unsupported")
includeAllModules = true
modules("java.instrument", "java.net.http", "java.prefs", "java.sql", "jdk.unsupported")
// includeAllModules = true
}

val iconsRoot = project.file("resources")
Expand Down

0 comments on commit a461f38

Please sign in to comment.