JAL-3631 Correction to a comment in build.gradle
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 31 Jul 2024 15:33:03 +0000 (16:33 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 31 Jul 2024 15:33:03 +0000 (16:33 +0100)
build.gradle

index 1375997..e0d7aed 100644 (file)
@@ -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)