<p>Build the shadow jar file in <code>build/libs/jalview-all-VERSION-j11.jar</code> with</p>
<pre><code class="language-bash">gradle shadowJar
</code></pre>
-<p><strong>NB</strong> <code>VERSION</code> will be replaced with a version number or "<code>DEVELOPMENT</code>" depending on how the branch is set up.</p>
+<p><strong>NB</strong> <code>VERSION</code> will be replaced with a version number or "<code>DEVELOPMENT</code>" or "<code>TEST</code>" depending on how the branch is set up.</p>
<p>Run it with</p>
<pre><code class="language-bash">java -jar build/libs/jalview-all-VERSION-j11.jar
</code></pre>
gradle shadowJar
```
-__NB__ `VERSION` will be replaced with a version number or "`DEVELOPMENT`" depending on how the branch is set up.
+__NB__ `VERSION` will be replaced with a version number or "`DEVELOPMENT`" or "`TEST`" depending on how the branch is set up.
Run it with