Merge branch 'releases/Release_2_11_1_Branch' of http://source.jalview.org/git/jalvie...
authorJim Procter <jprocter@issues.jalview.org>
Fri, 25 Sep 2020 06:45:13 +0000 (07:45 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 25 Sep 2020 06:45:13 +0000 (07:45 +0100)
build.gradle

index 68d0c04..b2e9af1 100644 (file)
@@ -94,7 +94,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")
   }