mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-15 20:30:17 +01:00
Add documentation on env variable SBT_OPTS and add documentation about it (#914)
This commit is contained in:
parent
1a9cf577db
commit
0f9c349d51
2 changed files with 8 additions and 1 deletions
1
.jvmopts
1
.jvmopts
|
@ -1 +0,0 @@
|
|||
-Xmx1024m
|
|
@ -78,6 +78,14 @@ If you want to enable this when you are running a bitcoin-s application, you wil
|
|||
|
||||
## Developer productivity
|
||||
|
||||
### sbt
|
||||
|
||||
The default scala build tool is [sbt](https://www.scala-sbt.org/).
|
||||
|
||||
For the basics of how sbt works see the [sbt guide](https://www.scala-sbt.org/1.x/docs/Getting-Started.html)
|
||||
|
||||
One helpful configuration is the env variable `SBT_OPTS` which allows you to pass jvm arguments for sbt.
|
||||
|
||||
### Bloop
|
||||
|
||||
If you're tired of waiting around for sbt all day, there's a new,
|
||||
|
|
Loading…
Add table
Reference in a new issue