summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Collapse)AuthorAgeFilesLines
* Clean up `mill.Main`Li Haoyi2017-11-121-2/+2
|
* Rename out `Task.path` to `Task.source`, use it more aggressively to get ↵Li Haoyi2017-11-121-4/+4
| | | | `amm -w` watch-n-rebuild functionality working on `build.sc`
* 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
| | | | - Made `build.sc` file directly runnable using Ammonite, without any wrapper
* First set of unit tests running through MillLi Haoyi2017-11-111-4/+17
|
* Swap over to new `projectDeps` mechanism for defining dependencies between ↵Li Haoyi2017-11-111-12/+15
| | | | various `scalaplugin.Subproject`s
* rename forge -> millLi Haoyi2017-11-101-7/+7
|
* First full metacircular compile-build-execute workflow now works using the ↵Li Haoyi2017-11-071-0/+47
`build.sc` file in the root of the repo. Run using ``` sbt scalaplugin/compile "core/run build.sc ScalaPlugin.console" ```