You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/07/18 17:29:38 UTC

[GitHub] [solr] HoustonPutman commented on a diff in pull request #944: SOLR-16298: Clean javadocs directory before building

HoustonPutman commented on code in PR #944:
URL: https://github.com/apache/solr/pull/944#discussion_r923637882


##########
gradle/documentation/render-javadoc.gradle:
##########
@@ -268,6 +268,13 @@ class RenderJavadocTask extends DefaultTask {
 
     // create the directory, so relative link calculation knows that it's a directory:
     outputDir.mkdirs();
+    outputDir.listFiles().each {childFile ->

Review Comment:
   I looked through the lucene implementation but I didn't really see this addressed either. Maybe I missed it though.
   
   Will change to use `project.delete` though.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org