aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* support for git dependencies on projects in subdirectoriesChristopher Vogt2016-06-152-11/+16
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-158-21/+25
* adjust organization part of pom data model to better match the specChristopher Vogt2016-06-153-10/+14
* get rid of pomExtra to not promote untyped ways of creating poms (people can ...Christopher Vogt2016-06-152-4/+0
* Add typed open source licensesChristopher Vogt2016-06-151-4/+52
* pre-configuration for github projects and recommended settings (maybe rename ...Christopher Vogt2016-06-153-1/+19
* less need for pomExtraChristopher Vogt2016-06-152-0/+14
* starting point for type-safe licensesChristopher Vogt2016-06-152-1/+9
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-7/+5
* scala paradise pluginChristopher Vogt2016-06-091-0/+29
* Always create directory before trying to write fileChristopher Vogt2016-06-084-7/+6
* Make publishSnapshot also publish checksumsChristopher Vogt2016-06-011-11/+13
* pass command line arguments through to cbt tools scala and cbt tools ammChristopher Vogt2016-06-011-4/+5
* update ammonite (doesn't help though, still doesn't start through cbt tools)Christopher Vogt2016-06-011-1/+1
* minor cleanupChristopher Vogt2016-06-012-2/+1
* Show more info on stderr when uploading filesChristopher Vogt2016-06-011-1/+1
* read sonatype credentials from cbt installation, not from other checked out v...Christopher Vogt2016-05-262-1/+2
* Publish to right destination based on version suffixChristopher Vogt2016-05-262-8/+11
* Fix scalaMajorVersion in artifact idChristopher Vogt2016-05-262-3/+6
* Fix bug in jar contents path. Should be relative, not absolute.Christopher Vogt2016-05-251-1/+1
* Hack to not display ExitCode unnecessarilyChristopher Vogt2016-05-111-2/+3
* add r alias for runChristopher Vogt2016-05-031-0/+1
* annotate required return type of main methodChristopher Vogt2016-05-031-1/+1
* improve build file templatesChristopher Vogt2016-05-031-18/+28
* encourage whitespace in parenthesis (more readable ;))Christopher Vogt2016-05-031-6/+6
* create scaffolding for Main fileChristopher Vogt2016-05-032-2/+13
* Convenience factory methods for ResolversChristopher Vogt2016-05-034-52/+43
* rename admin into tools, which seems more appropriateChristopher Vogt2016-05-022-7/+7
* fix exit code returnChristopher Vogt2016-04-291-6/+6
* Fix use compatibility interfaces from main cbtChristopher Vogt2016-04-291-3/+1
* Fix building cbt as a cbt projectChristopher Vogt2016-04-293-5/+10
* Support recursively running tasks across all builds in transitive dependenciesChristopher Vogt2016-04-281-0/+48
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-2811-119/+197
* only run tests if there are actually tests to run (useful for recursively run...Christopher Vogt2016-04-282-14/+18
* Build mixin with recommended settingsChristopher Vogt2016-04-281-1/+12
* make cacheabilty of git dependency depend on cacheability of it's build. Also...Christopher Vogt2016-04-281-13/+16
* from from File to Path directlyChristopher Vogt2016-04-281-2/+3
* move soure file filterin logic into library for reusabilityChristopher Vogt2016-04-282-8/+11
* Make sonatype credentials customizable from Build class rather than hard codedChristopher Vogt2016-04-282-11/+23
* Wrong use of classifierChristopher Vogt2016-04-281-1/+1
* cross building and automatic snaphot idsChristopher Vogt2016-04-076-14/+43
* Fix stage2 classloader not being stored in transient cacheChristopher Vogt2016-04-072-9/+9
* Pass ClassLoaderCache from stage1 to stage2 instead of wrongly creating anoth...Christopher Vogt2016-04-063-5/+5
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-066-22/+21
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-042-5/+3
* Better error message when build folder does not contain Build classChristopher Vogt2016-04-031-0/+2
* Implement alternative resolversChristopher Vogt2016-04-037-51/+72
* split launcher library functions into their own fileChristopher Vogt2016-04-021-0/+1
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-024-8/+8
* support for scaffolding BuildBuild fileChristopher Vogt2016-04-022-11/+25