uschindler commented on code in PR #944:
URL: https://github.com/apache/solr/pull/944#discussion_r922678428
##########
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:
No idea why it is this way. Have you checked the Lucene version, it may be
more up-to-date.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]