sbt/main
Eugene Yokota 9699f4b1b7 Adds bootIvyConfiguration to grab compiler bridge source. Fixes #2336
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.
2015-12-28 17:15:02 -05:00
..
actions/src Fix deprecation messages 2015-09-04 12:25:59 +02:00
command/src/main/scala/sbt Fix additional warnings 2015-08-07 00:23:14 +02:00
settings/src Extract Def.settings from Project#settings. 2015-08-20 18:45:41 +01:00
src Adds bootIvyConfiguration to grab compiler bridge source. Fixes #2336 2015-12-28 17:15:02 -05:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00