Replies: 3 comments
-
Probably |
Beta Was this translation helpful? Give feedback.
-
I think they are not same thing. The mill assembly command creates fat jar that I can run offline
See below a small example: HelloScript.sc
|
Beta Was this translation helpful? Give feedback.
-
Oh you want a dependency-downloading bootstrapper. Mill does not have that built in. You should be able to implement it as a custom task in your own build I think |
Beta Was this translation helpful? Give feedback.
-
How can I create a "lightweight launcher JAR" from my project with
mill
?I.e. How to create a single executable file same way as
scala-cli package mySource.scala
produces?See default package format: https://scala-cli.virtuslab.org/docs/commands/package
Beta Was this translation helpful? Give feedback.
All reactions