X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=682b5c29d3290407751b26fce09ed64374f02381;hb=3edf7ac9c103688aa89a9a7f7bc56fca46403ad4;hp=2060073b19e51e4f5b6ee471d6a5be61ff3461d2;hpb=49524339723648257ede072113f9fa4928435b20;p=jalview.git diff --git a/build.gradle b/build.gradle index 2060073..682b5c2 100644 --- a/build.gradle +++ b/build.gradle @@ -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" - getdownTextString += "class = ${mainClass}\n" + getdownTextString += "class = ${main_class}\n" def getdown_txt = file("${getdownWebsiteDir}/getdown.txt") getdown_txt.write(getdownTextString)