X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=1ace6ede68332738cccf38e0323ccb854cadb56d;hb=refs%2Fheads%2Fimprovement%2FJAL-4054_Upgrade_to_install4j10;hp=4f9798cc05f9739e4e5f9b01587a9ad5d0068697;hpb=135c826c69042c04c64cb8df30fdaef92eeb4ffc;p=jalview.git diff --git a/build.gradle b/build.gradle index 4f9798c..1ace6ed 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ plugins { id 'eclipse' id "com.diffplug.gradle.spotless" version "3.28.0" id 'com.github.johnrengelman.shadow' version '4.0.3' - id 'com.install4j.gradle' version '9.0.6' + id 'com.install4j.gradle' version '10.0.3' id 'com.dorongold.task-tree' version '2.1.0' // only needed to display task dependency tree with gradle task1 [task2 ...] taskTree id 'com.palantir.git-version' version '0.13.0' apply false } @@ -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