mirror of https://github.com/sbt/sbt.git
Ref https://github.com/sbt/sbt/pull/4443 Fixes https://github.com/sbt/sbt/issues/5750 In #4443 I implemented an optimization where the metabuild would no longer re-resolve numerous sbt artifacts for metabuilds each time, and instead use whatever the JARs provided by the launcher. At the time, this technique didn't work for Coursier so I've placed in some workarounds for it. Now that Coursier's resolution has improved, it seems like the workaround is actually causing more harm. This removes the bandaid, and local testing shows that it seems to be working. For instance, we no longer need to put in `ThisBuild / useCoursier := false` in sbt/sbt's `project/plugins.sbt`. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||