summaryrefslogtreecommitdiff
path: root/main/src/mill/modules/Assembly.scala
Commit message (Collapse)AuthorAgeFilesLines
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-126/+0
| | | | | | * collapse boilerplate folder structure within src/ folders * .
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-9/+8
| | | | __.compile works, haven't run tests yet
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-011-0/+127
* fix #233 add append and exclude rules to assembly * handle existing files and concatenation when file already exists in assembly * add assembly tests for append rules * tests for append patterns * tests for exclude patterns * make append algorithm use single map with fold over classpathIterator * move assembly rules logic to method * move grouping method to Assembly object, make assemblyRules Seq[_] rather than T[Seq[_]] * add test cases for when there are no rules * keep default parameter in createAssembly not to break CI * add one more reference.conf entry to tests