소스 검색

sbt: add compile example (#6738)

Elijah Shackelford 3 년 전
부모
커밋
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}}`