On 09/11/2018 15:20, Rachel Greenham wrote:
Have the jar task build the application as normal. Here's mine as an example. The important part is, you don't need to build a single fat jar, but you can include the dependent jars with the Class-Path line below. Mine isn't a JavaFX app, so I don't know what it does now wrt pulling in the openjfx jars here, or whether you add them as modules to the jlink task above. I expect the former would be preferable.
Correction, the *latter* would be preferable, of course. -- Rachel