aboutsummaryrefslogtreecommitdiff
path: root/libraries/eval/build
Commit message (Collapse)AuthorAgeFilesLines
* fix recursive and make cbt package jarsChristopher Vogt2017-06-171-1/+3
|
* scalatest plugin now does not need import anymoreChristopher Vogt2017-04-021-5/+0
|
* Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-191-5/+2
| | | | | | | 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.
* turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-271-3/+3
|
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-1/+1
| | | | | by replacing context.projectDirectory by workingDirectory and using it as the default but allowing it to being overridden
* idempotent change propagationChristopher Vogt2017-02-091-1/+1
| | | | | | using lastModified instead of a non-idempotent needsUpdate flag this fixes a bug where dependees would not be rebuilt if cbt exited or was killed after dependencies were already rebuilt.
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-1/+2
| | | | | The exact precedence rule of override code vs original code may still need to be tweaked as we go along.
* Add cbt build for Eval and remove dependency on twitter util-coreChristopher Vogt2016-11-072-0/+21