summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier Mélois <baccata64@gmail.com>2019-05-28 09:40:58 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-05-28 09:40:57 +0200
commitd3e277f813dd0ad96a4ddeac5cdf62546ebcec41 (patch)
tree9041d4f006e50d0b074ef93bb83d99d47edd28da /docs
parent64469e59c4f1e8f4691214b89e1f19c73a0311d3 (diff)
downloadmill-d3e277f813dd0ad96a4ddeac5cdf62546ebcec41.tar.gz
mill-d3e277f813dd0ad96a4ddeac5cdf62546ebcec41.tar.bz2
mill-d3e277f813dd0ad96a4ddeac5cdf62546ebcec41.zip
Bloop config for Js/Native modules (#617)
This generates correct bloop configuration for ScalaJs/ScalaNative module.
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/9 - Contrib Modules.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/pages/9 - Contrib Modules.md b/docs/pages/9 - Contrib Modules.md
index 5f730181..a4b3b954 100644
--- a/docs/pages/9 - Contrib Modules.md
+++ b/docs/pages/9 - Contrib Modules.md
@@ -25,6 +25,9 @@ Then in your terminal :
> mill mill.contrib.Bloop/install
```
+It generate correct bloop config for any `JavaModule`, `ScalaModule`,
+`ScalaJsModule` or `ScalaNativeModule` under the `.bloop` folder
+
### Mix-in
You can mix-in the `Bloop.Module` trait with any JavaModule to quickly access
@@ -57,11 +60,6 @@ extending `mill.contrib.bloop.BloopImpl` in your own space.
The mill-bloop integration currently present in the [bloop codebase](https://github.com/scalacenter/bloop/blob/master/integrations/mill-bloop/src/main/scala/bloop/integrations/mill/MillBloop.scala#L10)
will be deprecated in favour of this implementation.
-### Caveats
-
-At this time, only Java/ScalaModule are processed correctly. ScalaJS/ScalaNative integration will
-be added in a near future.
-
## BuildInfo