mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
adjust italics
+2
-2
@@ -21,8 +21,8 @@ clients) may be apps such as:
|
|||||||
## Why (what are we solving)?
|
## Why (what are we solving)?
|
||||||
|
|
||||||
In brief:
|
In brief:
|
||||||
1. *lots of programs need to work with the build* yet
|
1. lots of programs need to work with the build, *yet*
|
||||||
2. *the build needs to be centrally coordinated to avoid breakage*.
|
2. the build needs to be centrally coordinated to avoid breakage.
|
||||||
|
|
||||||
Longer version:
|
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).
|
* 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).
|
||||||
|
|||||||
Reference in New Issue
Block a user