JAL-3753 avoid appending unreplaced html content in help pages spike/JAL-3753_helphtmldupes
authorJim Procter <j.procter@dundee.ac.uk>
Mon, 20 Dec 2021 12:15:44 +0000 (12:15 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Mon, 20 Dec 2021 12:15:44 +0000 (12:15 +0000)
build.gradle

index 00e3e40..e00e4df 100644 (file)
@@ -1025,7 +1025,7 @@ task copyHelp(type: Copy) {
   into outputDir
 
   inputs.dir(inputDir)
-  outputs.files(helpFile)
+  // outputs.files(helpFile)
   outputs.dir(outputDir)
 }