Browse Source

sbt: add compile example (#6738)

Elijah Shackelford 3 years ago
parent
commit
46e9678b3b
1 changed files with 4 additions and 0 deletions
  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}}`