summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Expand)AuthorAgeFilesLines
* Targets living in cross modules can now be properly discovered, run and cached.Li Haoyi2017-11-221-2/+9
* tweak-formattingLi Haoyi2017-11-181-4/+6
* First hack pass at cross-build discovery and command-running now works.Li Haoyi2017-11-181-0/+6
* CleanupLi Haoyi2017-11-181-3/+3
* First pass at cleaning up `build.sc` file syntaxLi Haoyi2017-11-151-51/+42
* Mark the scala library jar as `type=Scala` to make intellij believe it is a s...Li Haoyi2017-11-151-2/+2
* First pass at an `assembly` task now works, rudimentary but enough to be used...Li Haoyi2017-11-141-1/+2
* First pass at IntelliJ project generation for a Mill build. Run using `sbt sc...Li Haoyi2017-11-141-1/+3
* Rename `Subproject` to `Module`Li Haoyi2017-11-121-8/+6
* Clean up `mill.Main`Li Haoyi2017-11-121-2/+2
* Rename out `Task.path` to `Task.source`, use it more aggressively to get `amm...Li Haoyi2017-11-121-4/+4
* cleanup `build.sc` importsLi Haoyi2017-11-111-6/+3
* `T{}` blocks can now be implicitLi Haoyi2017-11-111-27/+22
* - Smoothed out syntax for defining ivy dependenciesLi Haoyi2017-11-111-17/+17
* First set of unit tests running through MillLi Haoyi2017-11-111-4/+17
* Swap over to new `projectDeps` mechanism for defining dependencies between va...Li Haoyi2017-11-111-12/+15
* rename forge -> millLi Haoyi2017-11-101-7/+7
* First full metacircular compile-build-execute workflow now works using the `b...Li Haoyi2017-11-071-0/+47