You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>Starting from Mill 1.0.0, Bloop will no longer be available, please use the build-in BSP server</strong></p>
58
59
<p>You can use Mill together with Bloop to speed up your development workflow and better integrate your build with your IDE.</p>
59
-
<p>Mill has built-in support for Bloop via <code>mill-contrib</code>, so follow the instructions below to install the <code>mill-bloop</code> module.</p>
60
+
<p>Mill 0.x versions have built-in support for Bloop via <code>mill-contrib</code>, so follow the instructions below to install the <code>mill-bloop</code> module.</p>
<p>The following mill command automatically downloads the required plugin and exports your mill build to bloop:</p>
63
+
<p>When using versions of Mill before 1.0.0, the following mill command automatically downloads the required plugin and exports your mill build to bloop:</p>
<p><strong>Starting from Mill 1.0.0, Bloop will no longer be available, please use the build-in BSP server</strong></p>
58
59
<p>You can use Mill together with Bloop to speed up your development workflow and better integrate your build with your IDE.</p>
59
-
<p>Mill has built-in support for Bloop via <code>mill-contrib</code>, so follow the instructions below to install the <code>mill-bloop</code> module.</p>
60
+
<p>Mill 0.x versions have built-in support for Bloop via <code>mill-contrib</code>, so follow the instructions below to install the <code>mill-bloop</code> module.</p>
<p>The following mill command automatically downloads the required plugin and exports your mill build to bloop:</p>
63
+
<p>When using versions of Mill before 1.0.0, the following mill command automatically downloads the required plugin and exports your mill build to bloop:</p>
<p>Exporting your build is supported by a large array of popular Scala and Java
77
76
build tools. However, it's a tedious process that users must remember to run
78
77
whenever their build changes (client integrations such as
79
-
<ahref="https://scalameta.org/metals/">Metals</a> can export the build automatically, but that's
78
+
[Metals](<ahref="https://scalameta.org/metals/">https://scalameta.org/metals/</a> or <ahref="http://scala-cli.virtuslab.org">Scala CLI</a>) can export the build automatically, but that's
80
79
usually not the case if you're interfacing directly with the bloop CLI).</p>
0 commit comments