Can we use mill to build a stand-alone launcher #923
-
Is there any way we can use the mill command to build an independent (fat) Jar for a launcher just as we do with coursier? TIA |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
It might be possible to embed all dependencies in the generated launcher by tweaking |
Beta Was this translation helpful? Give feedback.
The
launcher
task (described a bit here in particular) should generate something like that: a launcher that can be copied to other machines, even though it doesn't embed all of its dependencies (it downloads them via the coursier cache upon first launch).