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. |
||
|---|---|---|
| .. | ||
| add-MavenRepository.localIfFile.markdown | ||
| add-append.sequence-list.markdown | ||
| always-honor-api-url.markdown | ||
| compiler-interface-specific-sources.md | ||
| def-settings.markdown | ||
| drop-sealed-from-Append-typeclasses.markdown | ||
| fix-snapshot-srcs-docs.markdown | ||
| help-highlighting-windows.markdown | ||
| hide-stacktrace.markdown | ||
| java-constant-fields.markdown | ||
| log-java-options.markdown | ||
| maven-plugin-transitive-excludes.markdown | ||
| proper-line-content-from-local-javac.markdown | ||
| public-null-logger.markdown | ||
| use-ivyConfiguration-in-updateSbtClassifiers-in-compilers-to-fetch-compiler-bridge-sources.markdown | ||
| warn-on-intransitive-pom.markdown | ||