JAL-3248 Added mention of version 'TEST' in shadow jar filename in building.md/html...
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 29 Oct 2020 14:26:45 +0000 (14:26 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 29 Oct 2020 14:26:45 +0000 (14:26 +0000)
doc/building.html
doc/building.md

index baf9e1f..8307ee3 100644 (file)
@@ -886,7 +886,7 @@ manifest file (<code>META/MANIFEST.MF</code>) so a start class doesn't need to b
 <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 &quot;<code>DEVELOPMENT</code>&quot; depending on how the branch is set up.</p>
+<p><strong>NB</strong> <code>VERSION</code> will be replaced with a version number or &quot;<code>DEVELOPMENT</code>&quot; or &quot;<code>TEST</code>&quot; 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>
index 81446de..d2544f7 100644 (file)
@@ -254,7 +254,7 @@ Build the shadow jar file in `build/libs/jalview-all-VERSION-j11.jar` with
 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