sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 442 forks source link

Support for jpackage of JDK 16 #1405

Open ScalaWilliam opened 3 years ago

ScalaWilliam commented 3 years ago

JDK 16 brings with it a new packaging tool jpackage.

Although it seems like a competitor to a degree, it would make sense to make it available through sbt-native-packager as this one includes a JDK in the final distribution and targets Desktop applications it seems; and of course abstracting it away improves things for the end users :-)

muuki88 commented 3 years ago

Thanks for the feature request.

I guess this would totally make sense. Would you like to contribute @ScalaWilliam 😍😁

The JDKPackager format is already available and if I understand correctly this is somehow a successor ?