aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix tests when nailgun started from different cwdChristopher Vogt2016-09-121-3/+3
* better error message when you forget to extend BaseBuildChristopher Vogt2016-09-121-39/+40
* show complete stack trace, not just the one for the outer most exception, whe...Christopher Vogt2016-09-121-4/+2
* allows any Throwable in Java codeChristopher Vogt2016-09-123-12/+12
* Merge pull request #214 from cvogt/git_workJan Christopher Vogt2016-08-291-5/+21
|\
| * Some cosmetic changes to git authChristopher Vogt2016-08-291-20/+21
| * Support for private git repositories.ChavXO2016-08-281-4/+19
* | Merge pull request #211 from cvogt/completionsJan Christopher Vogt2016-08-293-0/+30
|\ \
| * | let's not mess with bash settings, but document how to installChristopher Vogt2016-08-283-7/+16
| * | Bash completionsChavXO2016-08-282-0/+21
| |/
* | Merge pull request #212 from cvogt/cleanJan Christopher Vogt2016-08-293-1/+89
|\ \ | |/ |/|
| * Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-283-39/+72
| * Add clean taskChavXO2016-08-283-1/+56
|/
* Merge pull request #216 from cvogt/fix-circleciJan Christopher Vogt2016-08-281-0/+1
|\
| * try to fix circleciChristopher Vogt2016-08-281-0/+1
|/
* Merge pull request #205 from cvogt/fix-pom-orgJan Christopher Vogt2016-07-081-52/+50
|\
| * fix Organization and url in pom fileChristopher Vogt2016-07-081-52/+50
|/
* Merge pull request #203 from cvogt/publish-localJan Christopher Vogt2016-07-063-2/+37
|\
| * basic setup to allow publishing cbtChristopher Vogt2016-07-061-1/+16
| * publish local supportChristopher Vogt2016-07-062-1/+21
* | Merge pull request #200 from benjaminfrank/feature/proxy_supportJan Christopher Vogt2016-07-065-6/+49
|\ \ | |/ |/|
| * Support proxy settings in CBT.Benjamin Frank2016-07-065-6/+49
* | Merge pull request #196 from benjaminfrank/fix/publish_anonymousJan Christopher Vogt2016-07-052-9/+13
|\|
| * Allow empty credentials for publishing.Benjamin Frank2016-07-052-9/+13
|/
* Merge pull request #159 from rockjam/wip/uber-jarJan Christopher Vogt2016-06-2412-23/+245
|\
| * include directories from classpath in uber jar. fixes multi project jarsrockjam2016-06-241-9/+6
| * explicitly specify jar extension, delete file before writing jar in librockjam2016-06-243-21/+13
| * uber jar put all functions in one classrockjam2016-06-242-86/+76
| * remove catching exception in taskrockjam2016-06-242-16/+8
| * update uber jar PRrockjam2016-06-245-169/+66
| * write current jdk version to MANIFEST.MFrockjam2016-06-241-5/+13
| * uber-jar plugin implementationrockjam2016-06-2411-1/+347
|/
* add multi-project example (#158)Jan Christopher Vogt2016-06-2414-0/+87
* close jar file in case of exception (#175)Jan Christopher Vogt2016-06-231-20/+22
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-2313-30/+199
* Updated usage example in the README.md file (#154)prassee2016-06-201-12/+29
* Merge pull request #151 from rockjam/scalariformJan Christopher Vogt2016-06-208-0/+132
|\
| * scalariform plugin naive implementationrockjam2016-06-208-0/+132
|/
* Merge pull request #147 from cvogt/scalajs-2Jan Christopher Vogt2016-06-1918-150/+135
|\
| * add scalajs example to testsChristopher Vogt2016-06-191-3/+8
| * refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-1917-145/+122
| * add support for custom scalaJsOptionsChristopher Vogt2016-06-191-2/+7
| * propagate trigger files to combined cross build and let js tasks depend on co...Christopher Vogt2016-06-192-8/+14
| * use long versions of scalajs linker flags for easier understandabilityChristopher Vogt2016-06-191-4/+4
| * fix scalajs example (broke in recent refactorings and went unchecked)Christopher Vogt2016-06-193-10/+2
|/
* Merge pull request #150 from cvogt/chris2Jan Christopher Vogt2016-06-1923-223/+99
|\
| * better name for DirectoryDependencyChristopher Vogt2016-06-198-120/+20
| * fix bug ignoring OpenOptions when writingChristopher Vogt2016-06-191-1/+1
| * built-in plugin structure improvementsChristopher Vogt2016-06-197-72/+60
| * simplify logic that delegates to test build and runs itChristopher Vogt2016-06-192-25/+6