aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* ScalaPB pluginChristopher Vogt2017-03-243-0/+100
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-4/+7
* Merge pull request #447 from cvogt/chrisJan Christopher Vogt2017-03-197-168/+21
|\
| * refactor scalariformChristopher Vogt2017-03-191-30/+21
| * Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-196-138/+0
* | Add scalafix plugin with example project and testsIlya Kirillov2017-03-192-0/+40
|/
* Google Java Format pluginChristopher Vogt2017-03-113-0/+48
* Document CBT plugin style guide and adjust Scalafmt plugin accordinglyChristopher Vogt2017-03-111-13/+8
* more concise runMain in more placesChristopher Vogt2017-03-091-3/+2
* refactor scalafmt to new plugin styleChristopher Vogt2017-03-092-58/+89
* minor improvements to sonatype messagesChristopher Vogt2017-03-081-7/+10
* rename PublishDynamic to more appropriate SnapshotVersionChristopher Vogt2017-03-062-7/+7
* return Seq[URL] from publish task and \n separate Seqs in std outChristopher Vogt2017-03-062-3/+5
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-046-706/+34
* improve sonatype pluginChristopher Vogt2017-03-045-109/+70
* use scoping instead of hard coded snapshot taskChristopher Vogt2017-03-042-8/+3
* [sonatype] unify sonatype plugin code-style with rest of cbtChristopher Vogt2017-03-044-42/+44
* TypeTag instead of ClassTag for DynamicOverride as preparation for supporting...Christopher Vogt2017-03-021-4/+6
* add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-015-0/+712
* fix scalafmt not printing number of formatted filesChristopher Vogt2017-03-011-1/+2
* introduce libraries helper objectChristopher Vogt2017-03-011-1/+1
* simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-281-95/+58
* jar / doc refactorChristopher Vogt2017-02-281-1/+1
* use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-271-1/+1
* comments to move a bunch of things into stage2Christopher Vogt2017-02-274-1/+5
* fix / cleanup scalajs pluginChristopher Vogt2017-02-272-22/+9
* upgrade and simplify scalafmt pluginChristopher Vogt2017-02-272-43/+24
* Merge pull request #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-221-2/+4
|\
| * treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-221-2/+4
* | refactor scalajs to make use of nested builds for scopingChristopher Vogt2017-02-222-23/+18
* | allow plugins to access essential pluginsChristopher Vogt2017-02-222-10/+13
|/
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-8/+8
* minor whitespace and name changesChristopher Vogt2017-02-141-6/+6
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-143-12/+6
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-131-0/+9
* make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-131-1/+1
* support for flat classloader and enhanced resources exampleChristopher Vogt2017-02-131-0/+4
* idempotent change propagationChristopher Vogt2017-02-094-5/+5
* memoize task results across classes within a single runChristopher Vogt2017-02-092-5/+7
* Merge pull request #311 from cvogt/remove-dot-copyJan Christopher Vogt2016-11-131-2/+0
|\
| * reduce usage of .copy as preparation to replace it with newBuildChristopher Vogt2016-11-131-2/+0
* | enhance dynamic override to not use codegen when possibleChristopher Vogt2016-11-131-31/+39
|/
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-091-0/+8
* Add support for dynamic re-configuration.Christopher Vogt2016-11-084-0/+100
* Merge pull request #261 from cvogt/simple-exampleJan Christopher Vogt2016-10-041-0/+5
|\
| * readmes explaining plugin folder rolesChristopher Vogt2016-09-291-0/+5
* | Sonatype release plugin (#247)Nikolay Tatarinov2016-10-036-0/+513
* | upgrade scalafmt 0.3.1 -> 0.4.2; load scalafmt config from config filerockjam2016-10-022-12/+44
* | fix main method signature in dotty-exampleChristopher Vogt2016-10-021-1/+1
|/
* Upgrade scalafmt 0.2.5 -> 0.3.1rockjam2016-09-192-3/+4