aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* more concise runMain in more placesChristopher Vogt2017-03-095-25/+17
* avoid non-existent directory warningChristopher Vogt2017-03-091-1/+1
* refactor scalafmt to new plugin styleChristopher Vogt2017-03-091-29/+23
* atomic move and error handling for transform helperChristopher Vogt2017-03-081-7/+20
* fix scala2 repl not workingChristopher Vogt2017-03-061-2/+3
* minor refactoringsChristopher Vogt2017-03-061-8/+5
* Add plugin to publish to ArtifactoryChristopher Vogt2017-03-062-2/+14
* support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-061-7/+3
* support resolving unsigned dependenciesChristopher Vogt2017-03-061-2/+2
* return Seq[URL] from publish task and \n separate Seqs in std outChristopher Vogt2017-03-062-12/+13
* fix package bugChristopher Vogt2017-03-061-1/+1
* improve whitespace readability in proguard pluginChristopher Vogt2017-03-052-8/+12
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-042-3/+50
* handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-044-18/+16
* improve sonatype pluginChristopher Vogt2017-03-041-7/+8
* make plugin aliases available in Plugin buildsChristopher Vogt2017-03-042-15/+24
* do not print () when evalingChristopher Vogt2017-03-041-1/+1
* search-class task for searching class on mavenChristopher Vogt2017-03-041-1/+4
* fix callReflective not finding special char tasks namesChristopher Vogt2017-03-041-6/+8
* more appropriate name for PublishMaven pluginChristopher Vogt2017-03-031-1/+2
* define central publish tasks, so multiple trait can add to itChristopher Vogt2017-03-031-0/+2
* fix trying to access non-existent methods of Unit not erroringChristopher Vogt2017-03-031-11/+10
* add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-011-0/+1
* add capture_args macro for type-safe embedding of stringly typed apisChristopher Vogt2017-03-011-0/+1
* introduce libraries helper objectChristopher Vogt2017-03-011-0/+4
* jar / doc refactorChristopher Vogt2017-02-284-75/+70
* human readable toString for BuildsChristopher Vogt2017-02-271-0/+1
* move default sourceFileFilter into lib for less OO couplingChristopher Vogt2017-02-272-2/+5
* use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-271-1/+1
* fix results of Seq of builds not being printedChristopher Vogt2017-02-271-10/+10
* comments to move a bunch of things into stage2Christopher Vogt2017-02-271-0/+1
* turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-271-10/+16
* `cbt help` like `git help` instead of `cbt usage`Christopher Vogt2017-02-271-1/+1
* show methods for Build even if no build file exists to help usersChristopher Vogt2017-02-271-11/+8
* use .apply feature instead of special coding for tools usage stringChristopher Vogt2017-02-272-1/+2
* task returning empty seq threw exceptionChristopher Vogt2017-02-271-1/+1
* call no args .apply methods of referenced objectsChristopher Vogt2017-02-271-1/+9
* print exit code when running cbtChristopher Vogt2017-02-271-0/+1
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-261-2/+2
* Merge pull request #138 from cvogt/chrisJan Christopher Vogt2017-02-224-8/+7
|\
| * a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-222-6/+4
| * include sonatypeSnapshots in `cbt tools resolve`Christopher Vogt2017-02-221-1/+1
| * minor: wrap dependencies in scaffold in () for hoped ease of useChristopher Vogt2017-02-221-1/+2
* | Merge pull request #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-224-11/+25
|\ \
| * | treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-224-11/+25
| |/
* | support cleaning more than just targetChristopher Vogt2017-02-222-6/+8
* | allow plugins to access essential pluginsChristopher Vogt2017-02-221-1/+2
|/
* fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-192-8/+16
* top-level instead of anonymous classesChristopher Vogt2017-02-192-2/+4
* the word class was duplicated since .show changedChristopher Vogt2017-02-191-1/+1