1
0
Elijah Shackelford 3 жил өмнө
parent
commit
46e9678b3b
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      pages/common/sbt.md

+ 4 - 0
pages/common/sbt.md

@@ -15,6 +15,10 @@
 
 `sbt clean`
 
+- Compile the main sources in `src/main/scala` and `src/main/java` directories:
+
+`sbt compile`
+
 - Use the specified version of sbt:
 
 `sbt -sbt-version {{version}}`