mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 07:35:46 +02:00
sbt: add compile example (#6738)
This commit is contained in:
parent
b5818ae469
commit
46e9678b3b
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue