From d3e277f813dd0ad96a4ddeac5cdf62546ebcec41 Mon Sep 17 00:00:00 2001 From: Olivier Mélois Date: Tue, 28 May 2019 09:40:58 +0200 Subject: Bloop config for Js/Native modules (#617) This generates correct bloop configuration for ScalaJs/ScalaNative module. --- docs/pages/9 - Contrib Modules.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs/pages/9 - Contrib Modules.md') 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 -- cgit v1.2.3