uschindler commented on code in PR #944:
URL: https://github.com/apache/solr/pull/944#discussion_r922678589
##########
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 agree. This is more Gradle like. You should also check the Lucene version.
Maybe it is more up to date in that regard. The version number is an input
property there.
--
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]