aboutsummaryrefslogtreecommitdiff
path: root/stage2/Plugin.scala
Commit message (Collapse)AuthorAgeFilesLines
* prevent classClassLoaders for builds, currently not supportedChristopher Vogt2017-04-021-0/+3
| | | | | | currently leads to "you need to extend an appropriate Build class" exception, because BuildBuild has a different BaseBuild class than builds with a flat classloader
* propagate scala versions into aliased dependenciesChristopher Vogt2017-04-021-1/+1
| | | | | not necessary for plugins yet, but will be when we allow choosing your scala version for build files
* Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-191-3/+1
| | | | | | | Let’s keep move them back into stage2 again instead for reduction of complexity, cbt build speed and convenience of fewer manual dependencies. And for that let cbt just include eval from the start.
* make plugin aliases available in Plugin buildsChristopher Vogt2017-03-041-1/+3
|
* allow plugins to access essential pluginsChristopher Vogt2017-02-221-1/+2
|
* separate sbt layout and scalatest plugins and create a more general plugin ↵Christopher Vogt2016-06-151-0/+4
architecture