mirror of https://github.com/sbt/sbt.git
Ref https://github.com/coursier/coursier/issues/1541 Ref https://github.com/sbt/sbt/issues/4707 This adds `missingOk` setting to `CoursierConfiguration`, forwarding the `missingOk` setting in `UpdateConfiguration` from LM API. lmcoursier _not_ respecting this setting is causing various issues on sbt side since the expected behavior of some plugins (including IntelliJ import feature) is that the source JARs missing would not fail the entire operation. Ideally we should return a partially resolved graph (for example if one out of 20 depdencies are missing source JARs it's still useful), but for now I'm going to return an empty `UpdateReport`. Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com> |
||
|---|---|---|
| .. | ||
| main/scala/coursier/sbtcoursier | ||
| sbt-test | ||