sbt/sbt-native-packager

Support for jpackage of JDK 16

Open

#1,405 opened on Mar 16, 2021

View on GitHub
 (1 comment) (7 reactions) (0 assignees)Scala (439 forks)batch import
feature requesthelp wantedjdkpackager

Repository metrics

Stars
 (1,593 stars)
PR merge metrics
 (Avg merge 17d 18h) (4 merged PRs in 30d)

Description

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 :-)

Contributor guide