epugh commented on a change in pull request #2016: URL: https://github.com/apache/lucene-solr/pull/2016#discussion_r558623206
########## File path: gradle/documentation/render-javadoc.gradle ########## @@ -278,6 +278,13 @@ configure(project(":solr:contrib:langid")) { } } +configure(project(":solr:contrib:scripting-update-processor")) { + project.tasks.withType(RenderJavadocTask) { + // TODO: clean up split packages + javadocMissingIgnore = [ "org.apache.solr.update.processor" ] Review comment: Now under a new `org.apache.solr.scripting.update` package to solve this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org