aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
Commit message (Expand)AuthorAgeFilesLines
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-21/+35
* only run tests if there are actually tests to run (useful for recursively run...Christopher Vogt2016-04-281-13/+15
* from from File to Path directlyChristopher Vogt2016-04-281-2/+3
* move soure file filterin logic into library for reusabilityChristopher Vogt2016-04-281-0/+9
* Make sonatype credentials customizable from Build class rather than hard codedChristopher Vogt2016-04-281-9/+8
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-5/+11
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-9/+9
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-1/+1
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-1/+1
* only compile and only produce jars if there are actually files.Christopher Vogt2016-04-021-42/+56
* Makes zinc usage smarter, so we do not need to call it when no files changed ...Christopher Vogt2016-03-301-19/+7
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-281-48/+52
* get rid of ammonite dependencyChristopher Vogt2016-03-191-6/+5
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-4/+5
* Make trapExitCode pass on previous exit codesChristopher Vogt2016-03-191-2/+0
* Properly bubble error codes from tasks.Matt Farmer2016-03-121-5/+9
* Whitespace removal.Matt Farmer2016-03-121-9/+9
* minor refactoringsChristopher Vogt2016-03-111-1/+1
* only exit with fail if task not found, not if nothing was givenChristopher Vogt2016-03-111-2/+4
* Add feature for starting the Scala REPL in arbitrary versions, propagate logg...Christopher Vogt2016-03-091-16/+10
* fix compile looking to only trigger on the provided files, not other files in...Christopher Vogt2016-03-091-5/+13
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-40/+34
* trap and pass exit codes throug the app, pass logger on to tests, remove the ...Christopher Vogt2016-03-061-28/+13
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+436