forked from google/guava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Javadoc search feature on JDK 11, currently used in our scripts updating snapshot Javadocs on guava.dev and building Guava releases, by adding no-module-directories. Note that this option is not present in javadoc tool from JDK 8 and 13+, making javadoc generation there *not supported*. Whilst we could solve that with profiles, the extra complexity is deemed unnecessary given we plan to eventually migrate to 17+, removing this option (and supported for any JDKs before 17). Fixes google#5457 TESTED=Locally with `mvn javadoc:javadoc` for `guava` module and its android flavour
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters