dweiss commented on a change in pull request #1488: URL: https://github.com/apache/lucene-solr/pull/1488#discussion_r425045061
########## File path: gradle/render-javadoc.gradle ########## @@ -151,6 +151,18 @@ class RenderJavadocTask extends DefaultTask { @Input def solrDocUrl = project.propertyOrDefault('solr.javadoc.url', "https://lucene.apache.org/solr/${project.baseVersion.replace(".", "_")}") + + /** Utility method to recursively collect all tasks with same name like this one that we depend on */ + private Set findPreviousRenderTasks() { Review comment: findRenderTasksInDependencies maybe? ---------------------------------------------------------------- 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