From: Ben Soares Date: Wed, 31 Jul 2024 15:33:03 +0000 (+0100) Subject: JAL-3631 Correction to a comment in build.gradle X-Git-Tag: Release_2_11_4_0~17^2~3^2~3 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5b72a2b96c873fa736b71055252be7ddd6e98d71;p=jalview.git JAL-3631 Correction to a comment in build.gradle --- diff --git a/build.gradle b/build.gradle index 1375997..e0d7aed 100644 --- a/build.gradle +++ b/build.gradle @@ -2313,7 +2313,7 @@ task getdownWebsiteBuild() { } getdownWebsiteResourceFilenames += file(channelPropsFile).getName() - // set some getdownTxt_ properties then go through all properties looking for getdownTxt_... + // set some getdownTxt_ properties then go through all properties looking for getdown_txt_... def props = project.properties.sort { it.key } if (getdownAltJavaMinVersion != null && getdownAltJavaMinVersion.length() > 0) { props.put("getdown_txt_java_min_version", getdownAltJavaMinVersion)