aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * use scoping instead of hard coded snapshot taskChristopher Vogt2017-03-042-8/+3
| * make plugin aliases available in Plugin buildsChristopher Vogt2017-03-042-15/+24
| * [sonatype] unify sonatype plugin code-style with rest of cbtChristopher Vogt2017-03-044-42/+44
* | Merge pull request #379 from cvogt/chrisJan Christopher Vogt2017-03-048-27/+171
|\|
| * do not print () when evalingChristopher Vogt2017-03-042-2/+2
| * 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
| * more appropriate file nameChristopher Vogt2017-03-031-0/+1
| * 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
| * TypeTag instead of ClassTag for DynamicOverride as preparation for supporting...Christopher Vogt2017-03-021-4/+6
| * add design decision documentation about various CBT featuresChristopher Vogt2017-03-021-3/+137
|/
* Merge pull request #361 from cvogt/proguardJan Christopher Vogt2017-03-0116-4/+814
|\
| * add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-0110-2/+735
| * add capture_args macro for type-safe embedding of stringly typed apisChristopher Vogt2017-03-013-0/+62
| * fix scalafmt not printing number of formatted filesChristopher Vogt2017-03-011-1/+2
| * add / helper also for Path anticipating migration to nioChristopher Vogt2017-03-011-0/+10
| * introduce libraries helper objectChristopher Vogt2017-03-012-1/+5
|/
* Merge pull request #360 from cvogt/uber-jarJan Christopher Vogt2017-02-283-103/+63
|\
| * simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-283-103/+63
* | Merge pull request #359 from cvogt/jar-refactorJan Christopher Vogt2017-02-286-77/+72
|\|
| * jar / doc refactorChristopher Vogt2017-02-286-77/+72
|/
* Merge pull request #358 from cvogt/chrisJan Christopher Vogt2017-02-2835-153/+206
|\
| * human readable toString for BuildsChristopher Vogt2017-02-271-0/+1
| * equality for BoundMavenDependencyChristopher Vogt2017-02-271-0/+5
| * move default sourceFileFilter into lib for less OO couplingChristopher Vogt2017-02-272-2/+5
| * remove dead codeChristopher Vogt2017-02-271-7/+0
| * minor logging improvementsChristopher Vogt2017-02-273-3/+8
| * use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-2710-13/+13
| * fix results of Seq of builds not being printedChristopher Vogt2017-02-272-11/+11
| * java concat array helper method (just in case)Christopher Vogt2017-02-271-0/+6
| * minor helper method name change to match scala’s method namingChristopher Vogt2017-02-273-6/+6
| * minor style enhancementChristopher Vogt2017-02-271-1/+1
| * comments to move a bunch of things into stage2Christopher Vogt2017-02-275-1/+6
| * fix linkage error caused by scalac 2.10 combined with lib 2.11Christopher Vogt2017-02-271-2/+1
| * turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-276-19/+31
| * `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
| * important fixme message for usability issueChristopher Vogt2017-02-271-0/+4
| * task returning empty seq threw exceptionChristopher Vogt2017-02-271-1/+1
| * minor syntax fixChristopher Vogt2017-02-271-1/+1
| * fix / cleanup scalajs pluginChristopher Vogt2017-02-273-22/+10
| * call no args .apply methods of referenced objectsChristopher Vogt2017-02-271-1/+9
| * print exit code when running cbtChristopher Vogt2017-02-271-0/+1
| * sh-like exit code combination operatorsChristopher Vogt2017-02-271-1/+4
| * disabled prototype code for deleteRecursiveChristopher Vogt2017-02-271-1/+17
| * upgrade and simplify scalafmt pluginChristopher Vogt2017-02-272-43/+24
| * make listRecursive a File extension method for brevityChristopher Vogt2017-02-263-9/+10