X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=build.gradle;h=bde50b57b367abbc8de6286fd68e0749ad97494f;hp=4f9798cc05f9739e4e5f9b01587a9ad5d0068697;hb=69b246bd6330f05271ca15a440c8442b03b7db6c;hpb=135c826c69042c04c64cb8df30fdaef92eeb4ffc diff --git a/build.gradle b/build.gradle index 4f9798c..bde50b5 100644 --- a/build.gradle +++ b/build.gradle @@ -1561,6 +1561,7 @@ task releasesTemplates { whatsnewHtml = whatsnewTemplateFile.text.replaceAll("__WHATS_NEW__", whatsnewHtml) whatsnewHtmlFile.text = hugoTemplateSubstitutions(whatsnewHtml, [ + VERSION: JALVIEW_VERSION, DISPLAY_DATE: wnDisplayDate ] ) @@ -1639,6 +1640,7 @@ task createBuildProperties(type: WriteProperties) { property "BUILD_DATE", getDate("HH:mm:ss dd MMMM yyyy") property "VERSION", JALVIEW_VERSION property "INSTALLATION", INSTALLATION+" git-commit:"+gitHash+" ["+gitBranch+"]" + property "JAVA_COMPILE_VERSION", JAVA_INTEGER_VERSION if (getdownSetAppBaseProperty) { property "GETDOWNAPPBASE", getdownAppBase property "GETDOWNAPPDISTDIR", getdownAppDistDir