Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 264 Bytes

build.rst

File metadata and controls

14 lines (8 loc) · 264 Bytes

Build

ScrubJay uses sbt. Compile and test using the compile target:

sbt compile

Create a fat jar (skipping tests) using the sbt assembly target:

sbt assembly