Skip to content

Instantly share code, notes, and snippets.

@Haaroon
Created November 2, 2021 10:17
Show Gist options
  • Save Haaroon/90f87c696bd31500b9f90a40808a0099 to your computer and use it in GitHub Desktop.
Save Haaroon/90f87c696bd31500b9f90a40808a0099 to your computer and use it in GitHub Desktop.
sbt assembly without tests
// sbt assembly without tests
sbt “set test in assembly := {}” assembly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment