summaryrefslogtreecommitdiff
path: root/scalaplugin/src/test/resource/acyclic
Commit message (Collapse)AuthorAgeFilesLines
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-3059-909/+0
| | | | | | | | `ScalaPlugin` -> `scalalib`, to avoid confusion with Scala compiler plugins `ScalaModule` -> `module`, to be used via `scalalib.Module`, avoid unnecessary duplication in th name prefix `plugin` -> `moduledefs`, to more accurately describe what it does (since it includes `Cacher` as well)
* WIP getting Acyclic build working in Mill. Test suite doesn't work, neither ↵Li Haoyi2017-11-261-119/+0
| | | | does non-2.12 versions of Scala, but compiling the main code on 2.12 works
* Tweak example acyclic cross-build to show off cross-dependenciesLi Haoyi2017-11-161-14/+17
|
* Vendor `com.lihaoyi:acyclic` codebase as a cross-building example, first ↵Li Haoyi2017-11-1660-0/+1025
non-working experiments in cross building working...