Skip to content

Commit

Permalink
Simplified Bloop installation instructions (#1537)
Browse files Browse the repository at this point in the history
Pull request: #1537
  • Loading branch information
lefou authored Oct 20, 2021
1 parent 976b347 commit b22e560
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/antora/modules/ROOT/pages/Contrib_Plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,11 @@ your scala code editable in https://scalameta.org/metals/[Metals]

=== Quickstart

[source,scala]
----
// build.sc (or any other .sc file it depends on, including predef)
import $ivy.`com.lihaoyi::mill-contrib-bloop:`
----

Then in your terminal :
In your terminal:

.Generate Bloop project configuration
----
> mill mill.contrib.bloop.Bloop/install
> mill --import ivy:com.lihaoyi::mill-contrib-bloop: mill.contrib.bloop.Bloop/install
----

It generate correct bloop config for any `JavaModule`, `ScalaModule`,
Expand Down Expand Up @@ -1268,4 +1263,4 @@ Commits the changes, then pushes the changes to origin/master with tags.
==== Custom operations

It's possible to override the tasks above, or add your own tasks, to adapt the module
to work with other version control systems than git.
to work with other version control systems than git.

0 comments on commit b22e560

Please sign in to comment.