X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=68d0c043bfaeb9bc90e7257b56ac6a8b35a27191;hb=feeb56fc2f3d7c40a46466ff52c7663cc96d6c70;hp=5281bb10f4d305123129095310f9a218ab6e79b8;hpb=0240a9ed4ae9edcf3393bb9459f66bf68714476d;p=jalview.git diff --git a/build.gradle b/build.gradle index 5281bb1..68d0c04 100644 --- a/build.gradle +++ b/build.gradle @@ -1377,6 +1377,10 @@ task getdownWebsite() { //getdownTextString += "class = " + file(getdownLauncher).getName() + "\n" getdownTextString += "resource = ${getdown_launcher_new}\n" getdownTextString += "class = ${main_class}\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) @@ -1403,7 +1407,7 @@ task getdownWebsite() { copy { from getdown_txt from getdownLauncher - from "${getdownWebsiteDir}/${getdown_build_properties}" + from "${getdownAppDir}/${getdown_build_properties}" if (file(getdownLauncher).getName() != getdown_launcher) { rename(file(getdownLauncher).getName(), getdown_launcher) }