JAL-3280 fixes after CR-JAL-241. Now only checking release build_properties.
[jalview.git] / build.gradle
index acf5737..c796b3b 100644 (file)
@@ -1600,8 +1600,10 @@ task getdownWebsite() {
     //getdownTextString += "class = " + file(getdownLauncher).getName() + "\n"
     getdownTextString += "resource = ${getdown_launcher_new}\n"
     getdownTextString += "class = ${main_class}\n"
-    getdownTextString += "jvmarg = -Dgetdowndistdir=${getdownAppDistDir}\n"
-    getdownTextString += "jvmarg = -Dgetdownappbase=${getdownAppBase}\n"
+    /* NOT setting these properties so that getdownappbase and getdowndistdir will default to release version
+     * getdownTextString += "jvmarg = -Dgetdowndistdir=${getdownAppDistDir}\n"
+     * getdownTextString += "jvmarg = -Dgetdownappbase=${getdownAppBase}\n"
+     */
 
     def getdown_txt = file("${getdownWebsiteDir}/getdown.txt")
     getdown_txt.write(getdownTextString)