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


##########
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:
   The link checker of our docs complains about split packages here but perhaps 
it didn't for other split packages cases?  This is possible; it depends on if 
the dependency reflects itself in the public API.  If there is a compile 
dependency that isn't reflected in the API, then there is no javadoc issue.



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