- Install sbt
- Go inside the folder
CFG-checking
- Run
sbt compile
- Run
sbt one-jar
. The jar file will be somewhere in thetarget
directory. - Use
java -jar [Name of the jar file]
to run the jar.
- Run
sbt run
- Run
sbt test
CFG-checking
sbt compile
sbt one-jar
. The jar file will be somewhere in the target
directory.java -jar [Name of the jar file]
to run the jar.sbt run
sbt test