ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

Build release binaries using jpackage #86

Open msgilligan opened 4 years ago

msgilligan commented 4 years ago

Use the jpackage util (still in pre-release but working well for me) from JDK 14.

If the app is converted to JPMS modules (see #85) we could use the Badass JLink Plugin (which is also working all for me on another project.) Otherwise we could use the Badass Runtime Plugin (which I haven't used but is by the same author as the Badass JLink Plugin.)

What are your thoughts? I might be up for making a PR for you to consider.