sbt/modules
eugene yokota 0047a9803b
Implement missingOk (#212)
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>
2020-05-05 17:35:12 +02:00
..
lm-coursier/src Implement missingOk (#212) 2020-05-05 17:35:12 +02:00
sbt-coursier/src Implement missingOk (#212) 2020-05-05 17:35:12 +02:00
sbt-coursier-shared/src Add strict reconciliation, and versionReconciliation key 2019-08-14 17:28:30 +02:00
sbt-lm-coursier/src/main/scala Implement missingOk (#212) 2020-05-05 17:35:12 +02:00
sbt-pgp-coursier/src Refactor sbt-coursier, move bits of it to new lm-coursier module (#6) 2018-11-20 10:16:08 +01:00
sbt-shading/src Less verbose output during shading 2019-08-14 17:28:30 +02:00