Casey Brooks
03/15/2021, 7:41 PMrun
task, but I get `NoClassDefFoundError`s when running with runDistributable
that I believe are because of how jlink/jpackage is packaging it with some of my Java dependencies. I’ve never done anything with JPMS, so it would be nice to have a guide for getting that configured properly with the Gradle plugin, module-info.java
, and anything else that’s neededjim
03/15/2021, 8:08 PMCasey Brooks
03/15/2021, 8:27 PMmodules(...)
call in the code snippet and explain what needs to go there and how to find the modules you need to add (maybe linking to that issue?)jim
03/16/2021, 2:59 AMCasey Brooks
03/16/2021, 2:23 PMsuresh
03/25/2021, 6:15 PMsuggestRuntimeModules
is available now - https://github.com/JetBrains/compose-jb/blob/master/tutorials/Native_distributions_and_local_execution/README.md#configuring-incl[…]uded-jdk-modules