Created
May 17, 2019 13:09
-
-
Save adamw/b07967108893fd4bd4a030fb03d71369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// build.sbt | |
val dockerGraalvmNative = taskKey[Unit]( | |
"Create a docker image containing a binary build with GraalVM's native-image.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment