summaryrefslogtreecommitdiff
path: root/core/src/mill/define/Task.scala
Commit message (Expand)AuthorAgeFilesLines
* Tidying up:Li Haoyi2018-08-221-353/+0
* add JavaModule#runBackground, to allow a task to kick off processes to run in...Li Haoyi2018-07-211-2/+0
* wip upgrading to the new version of upickleLi Haoyi2018-03-241-28/+18
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-191-1/+1
* Parse args directly in MainModule commands to allow for ``--all`-style argume...Li Haoyi2018-02-091-11/+1
* flexiblize T.sources and use it widely, which lets us fix --watchLi Haoyi2018-02-031-20/+43
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-1/+1
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-261-6/+35
* Small cleanup of duplicate `Task` code into `NamedTaskImpl`Li Haoyi2018-01-231-20/+10
* WIP splitting `mill.scalaworker` out of `mill.scalalib` and into it's own iso...Li Haoyi2018-01-231-1/+25
* Implement basic wildcard task running via e.g. `mill _.compile`Li Haoyi2018-01-211-1/+2
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-0/+308