risdenk commented on code in PR #943:
URL: https://github.com/apache/solr/pull/943#discussion_r952750468


##########
gradle/documentation/render-javadoc.gradle:
##########
@@ -325,6 +342,7 @@ class RenderJavadocTask extends DefaultTask {
     // lucene-test-framework was first, or broken links to things like 
LuceneTestCase if lucene-core was first)
     if (project.path != ':solr:test-framework') {  //
       findRenderTasksInDependencies()
+          .findAll({it.project.path != ':solr:solrj' && it.project.path != 
':solr:solrj-zookeeper'}) // split packages

Review Comment:
   Why is this needed? I know it mentions split packages - but don't we have 
split packages elsewhere and those modules aren't listed here?



-- 
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]

Reply via email to