1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 12:55:43 +02:00

sbt: add compile example (#6738)

This commit is contained in:
Elijah Shackelford 2021-10-04 23:10:22 -04:00 committed by GitHub
parent b5818ae469
commit 46e9678b3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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