sbt, the interactive build tool
Go to file
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
metadata@eb8d9e382f Fetch test web server jars before sbt starts 2019-03-06 12:38:03 +01:00
modules Implement missingOk (#212) 2020-05-05 17:35:12 +02:00
project Update sbt-ci-release to 1.5.3 (#216) 2020-05-04 12:40:13 +02:00
scripts Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00
.gitignore Add IntelliJ and metals entries in .gitignore 2020-05-03 18:13:21 +02:00
.gitmodules Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
.travis.yml Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00
LICENSE Add LICENSE file 2016-11-10 11:24:46 -08:00
README.md Adjust badges 2019-03-27 15:55:50 +01:00
appveyor.yml Switch to sbt 1.3.2 2019-09-21 16:34:58 +02:00
build.sbt Update coursier to 2.0.0-RC6-14 (#221) 2020-05-04 12:39:34 +02:00
sbt Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00

README.md

sbt-coursier

Build Status Build status (Windows) Maven Central

sbt plugins of coursier

See the coursier documentation for more details.