mocobeta opened a new pull request #1388: Use -linkoffline instead of relative paths to make links to other projects URL: https://github.com/apache/lucene-solr/pull/1388 For gradle build, use absolute urls instead of relative paths to generate inter-project links so that javadoc destination directory can be moved under `_project_/build/docs`. Also, this directly calls javadoc tool rather than Ant javadoc task. Ant task doesn't recognize `element-list`, the successor to `package-list`, so `offline=true` option doesn't correctly work with JDK10+ (https://issues.apache.org/jira/browse/SOLR-14352). See also https://issues.apache.org/jira/browse/LUCENE-9278
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
