uschindler edited a comment on pull request #1488: URL: https://github.com/apache/lucene-solr/pull/1488#issuecomment-628494121
Hi, I did a small change: The tasks returned by resolving dependencies are *unsorted*. In case of split packages, the results of javadoc execution are therefore not reproducible. I fixed this by applying a sort order: - first all projects named "core" - all other projects sorted lexicographical by (task) path This makes the `-link` parameters (and also the absolute ones) predictable in order and also implements it in the same way like ANT did. See 9308f77 for that. ---------------------------------------------------------------- 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