mirror of https://github.com/sbt/sbt.git
Fix https://github.com/sbt/sbt/issues/3585. Gigahorse.config tries to load specified config file in sbt's classpath and of course fail to find the specified config file, and throw java.io.IOException if we specify config.resource, because We can avoid trying to load specified config file inside sbt by avoid using Gigahorse.config that call `ConfigFactory.load()` inside. This commit fixes librarymanagement not to use Gigahorse.config and make it use gigahorse.Config() which returns gigahorse's default config without calling `ConfigFactory.load()` instead. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||