JAL-3675 brought forward patch to build.gradle for changed main class variable in...
authorJim Procter <jprocter@issues.jalview.org>
Thu, 13 Aug 2020 16:51:44 +0000 (17:51 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 13 Aug 2020 16:51:44 +0000 (17:51 +0100)
build.gradle

index 2060073..682b5c2 100644 (file)
@@ -1364,7 +1364,7 @@ task getdownWebsite() {
     // getdown-launcher.jar should not be in main application class path so the main application can move it when updated.  Listed as a resource so it gets updated.
     //getdownTextString += "class = " + file(getdownLauncher).getName() + "\n"
     getdownTextString += "resource = ${getdown_launcher_new}\n"
     // getdown-launcher.jar should not be in main application class path so the main application can move it when updated.  Listed as a resource so it gets updated.
     //getdownTextString += "class = " + file(getdownLauncher).getName() + "\n"
     getdownTextString += "resource = ${getdown_launcher_new}\n"
-    getdownTextString += "class = ${mainClass}\n"
+    getdownTextString += "class = ${main_class}\n"
 
     def getdown_txt = file("${getdownWebsiteDir}/getdown.txt")
     getdown_txt.write(getdownTextString)
 
     def getdown_txt = file("${getdownWebsiteDir}/getdown.txt")
     getdown_txt.write(getdownTextString)