aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * return Seq[URL] from publish task and \n separate Seqs in std outChristopher Vogt2017-03-064-15/+18
| * fix package bugChristopher Vogt2017-03-061-1/+1
* | Merge pull request #389 from TsoBako/masterJan Christopher Vogt2017-03-061-1/+1
|\ \ | |/ |/|
| * Fix error with zinc library (wrong md5)Igor Tsalko2017-03-071-1/+1
|/
* Merge pull request #387 from cvogt/proguard-whitespaceJan Christopher Vogt2017-03-064-157/+173
|\
| * improve whitespace readability in proguard pluginChristopher Vogt2017-03-054-157/+173
|/
* Merge pull request #384 from cvogt/proguard-libJan Christopher Vogt2017-03-0414-440/+494
|\
| * fix fish completions and add comment how to combine with fzfChristopher Vogt2017-03-041-1/+1
| * separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-0413-439/+493
* | Merge pull request #383 from cvogt/sonatypeJan Christopher Vogt2017-03-0413-178/+144
|\|
| * handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-044-18/+16
| * improve sonatype pluginChristopher Vogt2017-03-047-117/+79
| * 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