aboutsummaryrefslogtreecommitdiff
path: root/test/multi-build
Commit message (Collapse)AuthorAgeFilesLines
* better name for DirectoryDependencyChristopher Vogt2016-06-191-2/+2
| | | | | seems to be more precise than BuildDependency, hence hopefully more readable also cleaned up Scaffolding and added DirectoryDependency example
* Get rid of Build default imports to reduce noise in build files. This also ↵Christopher Vogt2016-06-151-2/+0
| | | | changes builds from using immutable.Seq to using Predef.Seq in favor of simplicity over purity. This has been discussed on gitter.
* turn Build base classes into traits for less verbosity and uniform usage ↵Christopher Vogt2016-06-151-1/+1
| | | | with any other plugin
* add simple multi project build test and comment out failing test casesChristopher Vogt2016-03-084-0/+22