aboutsummaryrefslogtreecommitdiff
path: root/plugins/uber-jar
Commit message (Collapse)AuthorAgeFilesLines
* start modularizing cbt into librariesChristopher Vogt2017-03-271-1/+1
| | | | | | | | | | this extracts certain parts of cbt into stand-alone libraries, which can be published to maven and used outside of cbt. This also adds scalariform for these parts of the code. This slows down cbt’s own build a lot because of the number of projects involved! So we’ll follow this by a bunch of performance tweak commits.
* simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-281-95/+58
|
* jar / doc refactorChristopher Vogt2017-02-281-1/+1
| | | | | | - split out manifest and scaladoc logic - refactor lib calls from inheritance layer - only strip project directory prefix from individually specified files
* use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-271-1/+1
| | | | term `project` is probably going away in cbt.
* fix main method signature in dotty-exampleChristopher Vogt2016-10-021-1/+1
|
* 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-241-19/+9
|
* uber jar put all functions in one classrockjam2016-06-242-86/+76
|
* update uber jar PRrockjam2016-06-243-162/+55
|
* write current jdk version to MANIFEST.MFrockjam2016-06-241-5/+13
|
* uber-jar plugin implementationrockjam2016-06-244-0/+249