sbt / sbt-assembly

Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
MIT License
1.95k stars 224 forks source link

Skipping tests #394

Closed daltyboy11 closed 4 years ago

daltyboy11 commented 4 years ago

Hi, when I add test in assembly := {} to my build.sbt file I get the following when I run sbt assembly:

error: not found: value assembly
test in assembly := {}
           ^

Where are you supposed to insert test in assembly := {}?

eed3si9n commented 4 years ago

Hi, if you have questions about how to use sbt-assembly please use Stackoverflow - https://github.com/sbt/sbt-assembly/blob/master/CONTRIBUTING.md#where-to-file-a-bug-report