Closed daltyboy11 closed 4 years ago
Hi, when I add test in assembly := {} to my build.sbt file I get the following when I run sbt assembly:
test in assembly := {}
build.sbt
sbt assembly
error: not found: value assembly test in assembly := {} ^
Where are you supposed to insert test in assembly := {}?
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
Hi, when I add
test in assembly := {}
to mybuild.sbt
file I get the following when I runsbt assembly
:Where are you supposed to insert
test in assembly := {}
?