Open ArchibaldBienetre opened 2 years ago
The jlink gradle plugin that is already in our code offers a jpackage
gradle task - we can just configure it there, should we need packaging.
Have a look at the jlink plugin's example repositories for reference: https://github.com/beryx-gist/badass-runtime-example-javafx/blob/3c9ceb86bb31c4767ef5c9afe6374624d88af2ad/build.gradle#L48
This looks good, nebula rings a bell, might be it was a facebook library EDIT: Netflix https://github.com/nebula-plugins
Gradle plugin for constructing linux packages, specifically RPM and DEBs.
Packaging the application as a
.deb
or.rpm
package or similar may be as easy as writing a single-line bash script.