summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Expand)AuthorAgeFilesLines
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-061-6/+15
* Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-041-0/+35
* Pass `$JAVA_OPTS` to the JVM (#34)Iulian Dragos2017-11-291-1/+1
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-271-1/+4
* upgrade zinc 1.0.3 -> 1.0.5 (#26)Nikolay Tatarinov2017-11-261-2/+2
* Refactor `build.sc` to pull out common `ScalaModule` code into a separate traitLi Haoyi2017-11-261-14/+12
* Fix cross-build discoveryLi Haoyi2017-11-251-14/+14
* Swap over to using `java.nio` APIs to make self-executable jars, instead of s...Li Haoyi2017-11-251-14/+14
* Allow the definition of a prependShellScript in a ScalaModule (#13)André Duarte2017-11-251-0/+4
* First pass at simplifying test suite definition & runningLi Haoyi2017-11-251-1/+1
* First pass at simplifying test suite definition & runningLi Haoyi2017-11-251-15/+6
* 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