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:
f81f38d
)
JAL-3577 Quick fix adding quotation marks for findProperty("JALVIEW_VERSION")==null...
author
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 24 Sep 2020 17:16:17 +0000
(18:16 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 24 Sep 2020 17:18:00 +0000
(18:18 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
583a840
..
147c31a
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-110,7
+110,7
@@
ext {
}
////
// Set JALVIEW_VERSION if it is not already set
- if (findProperty(JALVIEW_VERSION)==null || "".equals(JALVIEW_VERSION)) {
+ if (findProperty("JALVIEW_VERSION")==null || "".equals(JALVIEW_VERSION)) {
JALVIEW_VERSION = releaseProps.get("jalview.version")
}