mirror of https://github.com/sbt/sbt.git
Adds a new setting `useJCenter`, which is set to `false` by default. When set to `true`, JCenter will be placed as the first external resolver to find library dependencies. The implementation of `externalResolvers` is changed to incorporate the setting by calling `Resolver.reorganizeAppResolvers`. These changes were required because `externalResolvers` uses whatever that's in the launchconfig, which the build user may not upgrade. |
||
|---|---|---|
| .. | ||
| add-sbt-ivy-snapshots-to-launchconfig.markdown | ||
| always-honor-api-url.markdown | ||
| bump-scalaversion.md | ||
| drop-sealed-from-Append-typeclasses.markdown | ||
| fix-inc-compiler-name-hashing-private-members.markdown | ||
| help-highlighting-windows.markdown | ||
| make-JCenter-opt-in.markdown | ||
| use-ivyConfiguration-in-updateSbtClassifiers-in-compilers-to-fetch-compiler-bridge-sources.markdown | ||