Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 403 Bytes

bloop-packager

Builds jar files and distribution from bloop config and compiled artifacts

Builds a native-image

##How to build bloop-packager

You should have following on your $PATH:

  • Java JDK 11
  • sbt
  • native-image (will be fetched by sbt-nativeimage if not present)

then

builds image, very slow

sbt> nativeImage

For run we also need bloop

runs image, very fast

sbt> nativeImageRun