Skip to content

Commit e2413de

Browse files
author
Docusaurus bot
committed
Deploy website
Deploy website version based on 3f9d1ea
1 parent dec39c5 commit e2413de

File tree

14 files changed

+78
-142
lines changed

14 files changed

+78
-142
lines changed

docs/bloop-rifle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ <h4><a class="anchor" aria-hidden="true" id="install-bloop-rifle"></a><a href="#
124124
<td><code>-r sonatype:releases</code></td>
125125
</tr>
126126
<tr>
127-
<td>2.0.19-24-02aee241-SNAPSHOT</td>
128-
<td>25 Feb 2026 18:14</td>
127+
<td>2.0.19-26-3f9d1eaa-SNAPSHOT</td>
128+
<td>25 Feb 2026 19:35</td>
129129
</tr>
130130
</tbody>
131131
</table>

docs/bloop-rifle/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ <h4><a class="anchor" aria-hidden="true" id="install-bloop-rifle"></a><a href="#
124124
<td><code>-r sonatype:releases</code></td>
125125
</tr>
126126
<tr>
127-
<td>2.0.19-24-02aee241-SNAPSHOT</td>
128-
<td>25 Feb 2026 18:14</td>
127+
<td>2.0.19-26-3f9d1eaa-SNAPSHOT</td>
128+
<td>25 Feb 2026 19:35</td>
129129
</tr>
130130
</tbody>
131131
</table>

docs/build-tools/mill.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@
5555
}
5656
});
5757
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/scalacenter/bloop/edit/main/docs/build-tools/mill.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Mill</h1></header><article><div><span><h2><a class="anchor" aria-hidden="true" id="getting-started"></a><a href="#getting-started" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Getting Started</h2>
58+
<p><strong>Starting from Mill 1.0.0, Bloop will no longer be available, please use the build-in BSP server</strong></p>
5859
<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>
6061
<!-- start -->
6162
<h2><a class="anchor" aria-hidden="true" id="export-your-build"></a><a href="#export-your-build" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Export your build</h2>
62-
<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>
6364
<pre><code class="hljs css language-bash">mill --import ivy:com.lihaoyi::mill-contrib-bloop: mill.contrib.bloop.Bloop/install
6465
</code></pre>
6566
<p>The mill plugin generates a configuration file per every compile and test

docs/build-tools/mill/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@
5555
}
5656
});
5757
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/scalacenter/bloop/edit/main/docs/build-tools/mill.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Mill</h1></header><article><div><span><h2><a class="anchor" aria-hidden="true" id="getting-started"></a><a href="#getting-started" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Getting Started</h2>
58+
<p><strong>Starting from Mill 1.0.0, Bloop will no longer be available, please use the build-in BSP server</strong></p>
5859
<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>
6061
<!-- start -->
6162
<h2><a class="anchor" aria-hidden="true" id="export-your-build"></a><a href="#export-your-build" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Export your build</h2>
62-
<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>
6364
<pre><code class="hljs css language-bash">mill --import ivy:com.lihaoyi::mill-contrib-bloop: mill.contrib.bloop.Bloop/install
6465
</code></pre>
6566
<p>The mill plugin generates a configuration file per every compile and test

docs/build-tools/overview.html

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,14 @@
5757
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><a class="edit-page-link button" href="https://github.com/scalacenter/bloop/edit/main/docs/build-tools/overview.md" target="_blank" rel="noreferrer noopener">Edit</a><h1 id="__docusaurus" class="postHeaderTitle">Overview</h1></header><article><div><span><p>Bloop supports several build tools with varying degree of functionality.</p>
5858
<table>
5959
<thead>
60-
<tr><th>Build tool</th><th style="text-align:center"><strong>Build export</strong></th><th style="text-align:center"><strong>Built-in Compile / Test / Run</strong></th></tr>
60+
<tr><th>Build tool</th><th style="text-align:center"><strong>Build export</strong></th></tr>
6161
</thead>
6262
<tbody>
63-
<tr><td>sbt</td><td style="text-align:center"></td><td style="text-align:center">✅ experimental</td></tr>
64-
<tr><td>Gradle</td><td style="text-align:center"></td><td style="text-align:center"></td></tr>
65-
<tr><td>Maven</td><td style="text-align:center"></td><td style="text-align:center"></td></tr>
66-
<tr><td>Mill</td><td style="text-align:center"></td><td style="text-align:center"></td></tr>
67-
<tr><td>Bazel</td><td style="text-align:center"></td><td style="text-align:center"></td></tr>
68-
<tr><td>Pants</td><td style="text-align:center">🚧 work-in-progress</td><td style="text-align:center"></td></tr>
63+
<tr><td>sbt</td><td style="text-align:center"></td></tr>
64+
<tr><td>Gradle</td><td style="text-align:center"></td></tr>
65+
<tr><td>Maven</td><td style="text-align:center"></td></tr>
66+
<tr><td>Mill</td><td style="text-align:center"></td></tr>
67+
<tr><td>Bazel</td><td style="text-align:center"></td></tr>
6968
</tbody>
7069
</table>
7170
<h2><a class="anchor" aria-hidden="true" id="build-export"></a><a href="#build-export" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Build Export</h2>
@@ -76,19 +75,9 @@ <h2><a class="anchor" aria-hidden="true" id="build-export"></a><a href="#build-e
7675
<p>Exporting your build is supported by a large array of popular Scala and Java
7776
build tools. However, it's a tedious process that users must remember to run
7877
whenever their build changes (client integrations such as
79-
<a href="https://scalameta.org/metals/">Metals</a> can export the build automatically, but that's
78+
[Metals](<a href="https://scalameta.org/metals/">https://scalameta.org/metals/</a> or <a href="http://scala-cli.virtuslab.org">Scala CLI</a>) can export the build automatically, but that's
8079
usually not the case if you're interfacing directly with the bloop CLI).</p>
81-
<h2><a class="anchor" aria-hidden="true" id="built-in-compile-test-and-run"></a><a href="#built-in-compile-test-and-run" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Built-in compile, test and run</h2>
82-
<p><strong>Built-in compile, test and run</strong> is a richer build tool integration that swaps
83-
your build tool's implementation of <code>compile</code>, <code>test</code> and <code>run</code> by their
84-
implementation in Bloop. This integration relieves users from exporting the
85-
build (build export is automatic) and instead provides a transparent build tool
86-
integration users are unaware of.</p>
87-
<p>Whereas built-in integrations are not fully developed yet, a built-in build tool
88-
integration for sbt is planned for the next release. These integrations will
89-
help users benefit from the speed and reliability of a more modern Scala
90-
toolchain with minimum interference in their current workflow.</p>
91-
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/bloop/docs/cli/reference"><span class="arrow-prev"></span><span>CLI --help</span></a><a class="docs-next button" href="/bloop/docs/build-tools/sbt"><span>sbt</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#build-export">Build Export</a></li><li><a href="#built-in-compile-test-and-run">Built-in compile, test and run</a></li></ul></nav></div><footer class="nav-footer" id="footer" style="background-color:rgb(17, 42, 68)"><section class="sitemap"><a href="/bloop/" class="nav-home"><img src="/bloop/img/impure-logo-bloop.svg" alt="Bloop" height="60"/></a><a href="/bloop/" class="nav-home"><img src="/bloop/img/frontpage/scala.png" alt="Bloop" height="60"/></a><div><h5>Overview</h5><a href="/bloop/docs/what-is-bloop">What is Bloop</a><a href="/bloop/docs/integration">Integrate with Bloop</a><a href="/bloop/docs/build-tools/overview">Build Tools</a><a href=" /bloop/docs/contributing-guide">Contributing</a></div><div><h5>Build Tools</h5><a href="/bloop/docs/build-tools/sbt">sbt</a><a href="/bloop/docs/build-tools/gradle">Gradle</a><a href="/bloop/docs/build-tools/maven">Maven</a><a href="/bloop/docs/build-tools/mill">Mill</a></div><div><h5>Social</h5><a href="https://github.com/scalacenter/bloop" target="_blank"><img src="https://img.shields.io/github/stars/scalacenter/bloop.svg?color=%23087e8b&amp;label=stars&amp;logo=github&amp;style=social"/></a><a href="https://discord.gg/KWF9zMhJWS" target="_blank"><img src="https://img.shields.io/discord/632642981228314653?logo=discord&amp;style=social"/></a></div></section><section class="copyright">Copyright © 2026 Bloop</section><section class="copyright">Credits to @freepik for svg icons</section><section class="copyright">Credits to Bazel, Babel and Metals for inspiring Bloop&#x27;s website design</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
80+
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/bloop/docs/cli/reference"><span class="arrow-prev"></span><span>CLI --help</span></a><a class="docs-next button" href="/bloop/docs/build-tools/sbt"><span>sbt</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#build-export">Build Export</a></li></ul></nav></div><footer class="nav-footer" id="footer" style="background-color:rgb(17, 42, 68)"><section class="sitemap"><a href="/bloop/" class="nav-home"><img src="/bloop/img/impure-logo-bloop.svg" alt="Bloop" height="60"/></a><a href="/bloop/" class="nav-home"><img src="/bloop/img/frontpage/scala.png" alt="Bloop" height="60"/></a><div><h5>Overview</h5><a href="/bloop/docs/what-is-bloop">What is Bloop</a><a href="/bloop/docs/integration">Integrate with Bloop</a><a href="/bloop/docs/build-tools/overview">Build Tools</a><a href=" /bloop/docs/contributing-guide">Contributing</a></div><div><h5>Build Tools</h5><a href="/bloop/docs/build-tools/sbt">sbt</a><a href="/bloop/docs/build-tools/gradle">Gradle</a><a href="/bloop/docs/build-tools/maven">Maven</a><a href="/bloop/docs/build-tools/mill">Mill</a></div><div><h5>Social</h5><a href="https://github.com/scalacenter/bloop" target="_blank"><img src="https://img.shields.io/github/stars/scalacenter/bloop.svg?color=%23087e8b&amp;label=stars&amp;logo=github&amp;style=social"/></a><a href="https://discord.gg/KWF9zMhJWS" target="_blank"><img src="https://img.shields.io/discord/632642981228314653?logo=discord&amp;style=social"/></a></div></section><section class="copyright">Copyright © 2026 Bloop</section><section class="copyright">Credits to @freepik for svg icons</section><section class="copyright">Credits to Bazel, Babel and Metals for inspiring Bloop&#x27;s website design</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
9281
document.addEventListener('keyup', function(e) {
9382
if (e.target !== document.body) {
9483
return;

0 commit comments

Comments
 (0)