mirror of https://github.com/sbt/sbt.git
Add point about no global lock in README
This commit is contained in:
parent
25ba1f9b72
commit
7f0b322368
|
|
@ -31,7 +31,8 @@ and is able to fetch metadata and artifacts from both Maven and Ivy repositories
|
|||
Compared to the default dependency resolution of SBT, it adds:
|
||||
* downloading of artifacts in parallel,
|
||||
* better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try to fail if it cannot check for updates),
|
||||
* non obfuscated cache (cache structure just mimicks the URL it caches).
|
||||
* non obfuscated cache (cache structure just mimicks the URL it caches),
|
||||
* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available").
|
||||
|
||||
From the command-line, it also has:
|
||||
* a [launcher](#launch), able to launch apps distributed via Maven / Ivy repositories,
|
||||
|
|
|
|||
|
|
@ -31,7 +31,8 @@ and is able to fetch metadata and artifacts from both Maven and Ivy repositories
|
|||
Compared to the default dependency resolution of SBT, it adds:
|
||||
* downloading of artifacts in parallel,
|
||||
* better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try to fail if it cannot check for updates),
|
||||
* non obfuscated cache (cache structure just mimicks the URL it caches).
|
||||
* non obfuscated cache (cache structure just mimicks the URL it caches),
|
||||
* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available").
|
||||
|
||||
From the command-line, it also has:
|
||||
* a [launcher](#launch), able to launch apps distributed via Maven / Ivy repositories,
|
||||
|
|
|
|||
Loading…
Reference in New Issue