aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* WartRemover plugin implementation (#167)Mario Pastorelli2016-09-142-0/+60
* include directories from classpath in uber jar. fixes multi project jarsrockjam2016-06-241-9/+6
* explicitly specify jar extension, delete file before writing jar in librockjam2016-06-241-19/+9
* uber jar put all functions in one classrockjam2016-06-242-86/+76
* update uber jar PRrockjam2016-06-243-162/+55
* write current jdk version to MANIFEST.MFrockjam2016-06-241-5/+13
* uber-jar plugin implementationrockjam2016-06-244-0/+249
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-233-5/+82
* scalariform plugin naive implementationrockjam2016-06-202-0/+71
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-194-118/+103
* add support for custom scalaJsOptionsChristopher Vogt2016-06-191-2/+7
* propagate trigger files to combined cross build and let js tasks depend on co...Christopher Vogt2016-06-191-2/+9
* use long versions of scalajs linker flags for easier understandabilityChristopher Vogt2016-06-191-4/+4
* fix scalajs example (broke in recent refactorings and went unchecked)Christopher Vogt2016-06-191-1/+0
* separate sbt layout and scalatest plugins and create a more general plugin ar...Christopher Vogt2016-06-155-34/+18
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-152-6/+0
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-154-5/+5
* scalajs cross project support as pluginKatrin Shechtman2016-06-133-0/+116
* Making scalatest plugin work + example build folder with scalatest sample buildKatrin Shechtman2016-05-261-2/+3
* Convenience factory methods for ResolversChristopher Vogt2016-05-031-4/+4
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-282-0/+79