uschindler opened a new pull request #1488: URL: https://github.com/apache/lucene-solr/pull/1488
This is a WIP task to convert the renderJavadoc task in the Gradle build to run 2 times: - Once for the Maven artifacts with absolute links (standard "javadoc" gradle task replacement. Output is project local). This task will be used for precommit (limited checks, as cross-module links cannot be checked. This task is for everyday use - another task that renders all javadocs to the global documentation folder (one for Lucene, one for Solr). All links inside will be relative. This PR currently contains: - Refactor task to own class, so we can create multiple named tasks - Add task property to generate relative links (a new closure was added to do this: It produces a relative link from the Gradle project path of current project to the linked project ---------------------------------------------------------------- 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