aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-115-94/+82
|
* remove duplication between simple and simple-fixed testChristopher Vogt2017-03-114-26/+2
|
* extract re-usable parts of cbt’s own build into Shared pluginChristopher Vogt2017-03-115-17/+41
|
* Merge pull request #411 from cvogt/chrisJan Christopher Vogt2017-03-108-34/+24
|\ | | | | various changes
| * more concise runMain in more placesChristopher Vogt2017-03-098-33/+23
| |
| * avoid non-existent directory warningChristopher Vogt2017-03-091-1/+1
| |
* | Merge pull request #407 from cvogt/chrisJan Christopher Vogt2017-03-097-161/+172
|\| | | | | Chris
| * refactor scalafmt to new plugin styleChristopher Vogt2017-03-095-147/+142
| | | | | | | | | | | | | | turn replaceSections into helper function instead of trait method proguard scalafmt build currently suffers from non-deterministic formatting. Try a few times to reproduce commited Proguard.scala
| * atomic move and error handling for transform helperChristopher Vogt2017-03-081-7/+20
| |
| * minor improvements to sonatype messagesChristopher Vogt2017-03-081-7/+10
|/
* Merge pull request #404 from cvogt/fix-broken-testJan Christopher Vogt2017-03-082-18/+13
|\ | | | | no hashes on bintray for this and mavenCentral deps
| * no hashes on bintray for this and mavenCentral depsChristopher Vogt2017-03-082-18/+13
|/
* Merge pull request #392 from cvogt/chrisJan Christopher Vogt2017-03-075-13/+14
|\ | | | | Chris
| * comment about cleanup TODOChristopher Vogt2017-03-071-1/+1
| |
| * make sure binary dependencies existChristopher Vogt2017-03-072-1/+4
| |
| * fix scala2 repl not workingChristopher Vogt2017-03-061-2/+3
| |
| * minor refactoringsChristopher Vogt2017-03-061-8/+5
| |
| * fix path of file in error messageChristopher Vogt2017-03-061-1/+1
|/
* Merge pull request #391 from cvogt/publish-improvementsJan Christopher Vogt2017-03-0611-46/+65
|\ | | | | Publish improvements
| * Add plugin to publish to ArtifactoryChristopher Vogt2017-03-062-2/+14
| |
| * rename PublishDynamic to more appropriate SnapshotVersionChristopher Vogt2017-03-062-7/+7
| |
| * support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-063-11/+15
| |
| * support resolving unsigned dependenciesChristopher Vogt2017-03-063-10/+10
| |
| * 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)
| * 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 plugin
| * 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
|\ | | | | Proguard lib
| * 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
| | | | | | | | also make logic to maintain auto-generated sections re-usable
* | Merge pull request #383 from cvogt/sonatypeJan Christopher Vogt2017-03-0413-178/+144
|\| | | | | Sonatype
| * handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-044-18/+16
| | | | | | | | this saves us from having to do conditionals in several places
| * improve sonatype pluginChristopher Vogt2017-03-047-117/+79
| | | | | | | | | | | | - reduce required tasks in favor of using SonatypeLib.copy - improve log messages - automatically release non-snapshots after uploading
| * 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
| | | | | | | | | | | | | | - indent parameter lists like other cbt code - avoid stripMargin for style reasons also add logger, eventhough not used right now
* | Merge pull request #379 from cvogt/chrisJan Christopher Vogt2017-03-048-27/+171
|\| | | | | Chris
| * 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
| | | | | | | | and better error message when top-level method not being found
| * 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 ↵Christopher Vogt2017-03-021-4/+6
| | | | | | | | supporting multiple traits
| * 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
|\ | | | | Proguard
| * add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-0110-2/+735
| | | | | | | | | | this also demonstrates how to programmatically generate an extensive, type-safe api for a stringly-typed interface