Explorar o código

sbt: add compile example (#6738)

Elijah Shackelford %!s(int64=3) %!d(string=hai) anos
pai
achega
46e9678b3b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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}}`