JAL-3753 avoid appending unreplaced html content in help pages
[jalview.git] / 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)
 }