mirror of https://github.com/sbt/sbt.git
adjust italics
parent
92edb5eb56
commit
ee669879b3
|
|
@ -21,8 +21,8 @@ clients) may be apps such as:
|
|||
## Why (what are we solving)?
|
||||
|
||||
In brief:
|
||||
1. *lots of programs need to work with the build* yet
|
||||
2. *the build needs to be centrally coordinated to avoid breakage*.
|
||||
1. lots of programs need to work with the build, *yet*
|
||||
2. the build needs to be centrally coordinated to avoid breakage.
|
||||
|
||||
Longer version:
|
||||
* A project’s build is single-process / single-instance, doing otherwise would require greatly complicating how tasks are implemented (e.g. to have cross-process locks).
|
||||
|
|
|
|||
Loading…
Reference in New Issue