Last active
January 1, 2020 11:29
-
-
Save TomLous/df9dfa00cd6d8d18c21022a57829a4ec to your computer and use it in GitHub Desktop.
build.sbt part 2 for Medium Post
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
val domain = "graphiq" | |
// For building the FAT jar | |
lazy val assemblySettings = Seq( | |
assembly / assemblyOption := (assemblyOption in assembly).value.copy(includeScala = false), | |
assembly / assemblyOutputPath := baseDirectory.value / "output" / s"${domain}-${name.value}.jar" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment