X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=bde50b57b367abbc8de6286fd68e0749ad97494f;hb=0ad352a33dee2be3c35a875475e504a29a8b3ad6;hp=a62e85a0f2d68c25f5c9e887e295eaed701e4087;hpb=e1435f3be030f94fdeb82d122ebe27bd5956041c;p=jalview.git diff --git a/build.gradle b/build.gradle index a62e85a..bde50b5 100644 --- a/build.gradle +++ b/build.gradle @@ -1640,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