sbt/notes/0.13.10
Eugene Yokota 6c1b054249 Adds bootIvyConfiguration to grab compiler bridge source. Fixes #2336
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.
2016-01-16 16:11:51 +00:00
..
add-MavenRepository.localIfFile.markdown Add notes for MavenRepository.localIfFile. 2015-08-23 17:33:19 +01:00
add-append.sequence-list.markdown Add an Append.Sequence instance for List, fixes #2107 2015-07-18 10:51:31 +02:00
always-honor-api-url.markdown Fix link refs. 2015-11-12 09:52:23 -08:00
compiler-interface-specific-sources.md Notes 2015-07-16 15:46:14 +02:00
def-settings.markdown Add notes for PR 2151. 2015-08-20 18:45:42 +01:00
drop-sealed-from-Append-typeclasses.markdown Drop sealed from the typeclasses in Append 2016-01-08 16:45:06 +01:00
fix-snapshot-srcs-docs.markdown Add notes for #1750. 2015-08-28 23:38:49 +01:00
help-highlighting-windows.markdown Fix search result highlighting on Windows 2015-11-20 22:08:03 +01:00
hide-stacktrace.markdown Hide stacktrace on compilation error in build definition 2015-07-09 11:40:02 +02:00
java-constant-fields.markdown Move PR 2085 notes. 2015-07-16 16:24:45 +01:00
log-java-options.markdown Log javaOptions/fork interactions: 2015-07-18 00:37:35 +02:00
maven-plugin-transitive-excludes.markdown Add handling for transitive exclude rules in pom.xml files. 2015-07-23 15:32:27 -04:00
proper-line-content-from-local-javac.markdown review comments 2015-07-16 15:49:06 -04:00
public-null-logger.markdown Add notes 2015-07-09 23:45:01 +02:00
use-ivyConfiguration-in-updateSbtClassifiers-in-compilers-to-fetch-compiler-bridge-sources.markdown Adds bootIvyConfiguration to grab compiler bridge source. Fixes #2336 2016-01-16 16:11:51 +00:00
warn-on-intransitive-pom.markdown Fixes from review 2015-07-24 12:48:11 -04:00