aboutsummaryrefslogtreecommitdiff
path: root/stage2/plugins.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add Scalastyle pluginIgor Tsalko2017-04-041-0/+1
|
* scalatest plugin now does not need import anymoreChristopher Vogt2017-04-021-1/+0
|
* propagate scala versions into aliased dependenciesChristopher Vogt2017-04-021-3/+8
| | | | | not necessary for plugins yet, but will be when we allow choosing your scala version for build files
* add scala meta and scalafix pluginChristopher Vogt2017-03-281-0/+1
|
* rename Scalafix plugin in perparation for mirror based oneChristopher Vogt2017-03-281-1/+1
|
* start modularizing cbt into librariesChristopher Vogt2017-03-271-0/+17
this extracts certain parts of cbt into stand-alone libraries, which can be published to maven and used outside of cbt. This also adds scalariform for these parts of the code. This slows down cbt’s own build a lot because of the number of projects involved! So we’ll follow this by a bunch of performance tweak commits.