Skip to content

Commit

Permalink
for now rather add all runtime modules, we can tweak it down later
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 17, 2023
1 parent 911a5cd commit 8e04d65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ compose.desktop {
TargetFormat.Deb, TargetFormat.Rpm
) // , TargetFormat.AppImage)

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

val iconsRoot = project.file("resources")
println("iconsRoot=$iconsRoot")
macOS {
Expand Down

0 comments on commit 8e04d65

Please sign in to comment.