aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* ScalaPB pluginChristopher Vogt2017-03-245-0/+45
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-1/+1
* Merge pull request #447 from cvogt/chrisJan Christopher Vogt2017-03-191-3/+4
|\
| * refactor scalariformChristopher Vogt2017-03-191-3/+4
* | Add scalafix plugin with example project and testsIlya Kirillov2017-03-194-0/+26
|/
* update buildinfo example to write to src_generated and use new helperChristopher Vogt2017-03-122-10/+5
* Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-111-2/+2
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-041-2/+2
* improve sonatype pluginChristopher Vogt2017-03-041-1/+1
* add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-013-0/+20
* simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-281-5/+3
* use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-275-8/+8
* turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-271-3/+8
* Add small and simple scala js exampleChristopher Vogt2017-02-229-14/+105
* refactor scalajs to make use of nested builds for scopingChristopher Vogt2017-02-223-7/+7
* fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-191-0/+0
* demonstrate all the different multi-project-build and composition featuresChristopher Vogt2017-02-1811-25/+92
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-4/+4
* multi-project build example using a single build fileChristopher Vogt2017-02-136-0/+58
* rename folder of one example as preparation for creating another oneChristopher Vogt2017-02-1313-0/+0
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-132-0/+7
* support for flat classloader and enhanced resources exampleChristopher Vogt2017-02-139-44/+50
* Merge pull request #314 from cvogt/fix-update-bugsJan Christopher Vogt2017-02-101-1/+1
|\
| * various smaller changesChristopher Vogt2017-02-091-1/+1
* | Frege support.mchav2016-12-232-0/+11
|/
* Merge pull request #310 from cvogt/enhance-dynamic-overridesJan Christopher Vogt2016-11-131-1/+1
|\
| * enhance dynamic override to not use codegen when possibleChristopher Vogt2016-11-131-1/+1
* | fix build super class in WartRemoverChristopher Vogt2016-11-131-1/+1
|/
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-092-2/+2
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-0/+31
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-035-0/+70
* add tests for cross-cbt-version exit code and err/out directingChristopher Vogt2016-10-144-0/+47
* Merge pull request #264 from cvogt/chris3Jan Christopher Vogt2016-10-047-7/+7
|\
| * remove dependencies on incompatible cbt versionsChristopher Vogt2016-10-037-7/+7
* | Merge pull request #261 from cvogt/simple-exampleJan Christopher Vogt2016-10-043-0/+43
|\ \ | |/ |/|
| * Add most basic exampleChristopher Vogt2016-09-293-0/+43
* | Sonatype release plugin (#247)Nikolay Tatarinov2016-10-034-0/+40
* | upgrade scalafmt 0.3.1 -> 0.4.2; load scalafmt config from config filerockjam2016-10-023-10/+22
* | fix main method signature in dotty-exampleChristopher Vogt2016-10-021-1/+2
* | fix build class in scalafmt exampleChristopher Vogt2016-10-021-1/+1
|/
* add dotty sanity check as suggested by @smarterChristopher Vogt2016-09-281-0/+4
* Dotty plugin and example project.Christopher Vogt2016-09-263-0/+12
* WartRemover plugin implementation (#167)Mario Pastorelli2016-09-143-0/+19
* explicitly specify jar extension, delete file before writing jar in librockjam2016-06-241-1/+1
* remove catching exception in taskrockjam2016-06-242-16/+8
* update uber jar PRrockjam2016-06-241-1/+1
* uber-jar plugin implementationrockjam2016-06-245-0/+94
* add multi-project example (#158)Jan Christopher Vogt2016-06-2413-0/+86
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-237-6/+93
* scalariform plugin naive implementationrockjam2016-06-205-0/+60