mirror of https://github.com/sbt/sbt.git
Forward-port of #2337. As described in #2336, I noticed that when using 0.13 nightly from Bintray, sbt was unable to locate the compiler source. Since `updateSbtClassifiers` is already set up to download sbt's own sources, the `ivyConfiguration` should be reused. However, `compilers` is a derived task, which is unable to depend on a scoped key. To workaround this I had to create a new key called `bootIvyConfiguration`. This should now use the metabuild's resolvers to download the compiler bridge source. |
||
|---|---|---|
| .. | ||
| actions/src | ||
| command/src/main/scala | ||
| settings/src | ||
| src | ||
| NOTICE | ||