From a997f123bec5e2ec6fcddd6a567238aeeb3dd985 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 29 Oct 2020 14:26:45 +0000 Subject: [PATCH] JAL-3248 Added mention of version 'TEST' in shadow jar filename in building.md/html since develop branch currently uses this by default. --- doc/building.html | 2 +- doc/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.html b/doc/building.html index baf9e1f..8307ee3 100644 --- a/doc/building.html +++ b/doc/building.html @@ -886,7 +886,7 @@ manifest file (META/MANIFEST.MF) so a start class doesn't need to b

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

java -jar build/libs/jalview-all-VERSION-j11.jar
 
diff --git a/doc/building.md b/doc/building.md index 81446de..d2544f7 100644 --- a/doc/building.md +++ b/doc/building.md @@ -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 -- 1.7.10.2