summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-06-02 16:47:30 +0800
committerGitHub <noreply@github.com>2019-06-02 16:47:30 +0800
commit1db2eed37b8d455efdc09bb308b85a8196e33d17 (patch)
tree17543924691d0f3de13438d967d1f9ce5d9b8d23 /readme.md
parentde3da655e96cb4ed13e5142517043ae10f12f24a (diff)
downloadmill-1db2eed37b8d455efdc09bb308b85a8196e33d17.tar.gz
mill-1db2eed37b8d455efdc09bb308b85a8196e33d17.tar.bz2
mill-1db2eed37b8d455efdc09bb308b85a8196e33d17.zip
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index dacfaaae..d44c1d58 100644
--- a/readme.md
+++ b/readme.md
@@ -152,6 +152,18 @@ classloaders.
This allows a single Mill build to use multiple versions of e.g. the Scala.js
optimizer without classpath conflicts.
+### Contrib modules
+
+- `contrib/bloop/`, `contrib/flyway/`, `contrib/scoverage/`, etc.
+
+These are modules that help integrate Mill with the wide variety of different
+tools and utilities available in the JVM ecosystem.
+
+These modules are not as stringently reviewed as the main Mill core/worker codebase,
+and are primarily maintained by their individual contributors. These are maintained
+as part of the primary Mill Github repo for easy testing/updating as the core Mill
+APIs evolve, ensuring that they are always tested and passing against the
+corresponding version of Mill.
## Changelog