mirror of https://github.com/sbt/sbt.git
update held a process-global lock around coursier resolution and artifact fetching whenever a logger was set OR coursier was not in fallback mode. That lock exists only to serialize coursier's interactive progress bar, which is rendered solely when no custom logger is supplied and coursier is not in fallback mode. The loggerOpt.nonEmpty clause therefore over-serialized the common non-interactive case (IntelliJ re-imports, CI, any non-TTY run, where sbt supplies a quiet debug-only logger), making update scale with the number of modules rather than the number of distinct artifacts. Fixes #5508. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| definitions/src/main/scala/lmcoursier | ||
| metadata@95874ca5bd | ||
| src | ||
| NOTICE | ||