X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=682b5c29d3290407751b26fce09ed64374f02381;hb=a774f4fc7f9583cfba39413c6a5c655068cd0c33;hp=2060073b19e51e4f5b6ee471d6a5be61ff3461d2;hpb=057fd8973bf673af53b66ec7f8523f2f06814643;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)