git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d60d8b
)
JAL-4454 make sure 2.11.4.0-test is stripped
author
Jim Procter
<jprocter@dundee.ac.uk>
Wed, 11 Sep 2024 16:43:22 +0000
(17:43 +0100)
committer
Jim Procter
<jprocter@dundee.ac.uk>
Wed, 11 Sep 2024 16:43:22 +0000
(17:43 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
a199713
..
cf9cd86
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-1329,7
+1329,7
@@
def setReleaseAndWhatsNew(File whatsnewMdFile, File releaseMdFile) {
{
var nearestVersion = "${JALVIEW_VERSION_UNDERSCORES}"
print "Stripping rc/test/etc for ${nearestVersion}"
- nearestVersion = nearestVersion.replaceAll(~/\-?(d|rc|test|develop|dev).+/,"")
+ nearestVersion = nearestVersion.replaceAll(~/-?(d|rc|test|develop|dev).+/,"")
var nearestMd = file("${jalviewDir}/${whatsnew_dir}/whatsnew-${nearestVersion}.md")
print "Looking in ${nearestMd}"
if (nearestMd.exists()) {