Merge branch 'develop' into bug/JAL-3753_resources_duplicated_in_jalview_jar
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 28 Sep 2020 11:12:47 +0000 (12:12 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 28 Sep 2020 11:12:47 +0000 (12:12 +0100)
build.gradle
gradle.properties

index 072a7b4..789aaea 100644 (file)
@@ -111,7 +111,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")
   }
   
index 16fe32f..75d2c46 100644 (file)
@@ -13,7 +13,8 @@ source_dir = src
 test_source_dir = test
 #test_source_dir = utils/jalviewjs/test/test
 
-JALVIEW_VERSION = DEVELOPMENT
+# JALVIEW_VERSION now being set by logic in build.gradle defaulting to looking at jalview.version property in RELEASE file
+#JALVIEW_VERSION = DEVELOPMENT
 INSTALLATION = Source
 jalview_keystore = keys/.keystore
 jalview_keystore.pass = alignmentisfun