Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc: ensure Javascript search is working, fixes #378 #380

Merged

Conversation

sebastian-nagel
Copy link
Contributor

Only for JDK / Java 11, pass the option --no-module-directories when building javadocs:

  • the issue Javadoc: ensure Javascript search is working #378 only affects Javadoc artifacts built with JDK 11 (but not JDK 8 and 17 - I didn't test other versions)
  • the option --no-module-directories breaks Javadoc builds on JDK 17, so it's made sure it's only called for JDK 11
  • according to JDK-8215291 the issue is fixed for JDK 12 and later

- (only for JDK / Java 11) pass option --no-module-directories
@aecio aecio self-requested a review August 9, 2022 20:09
@sebastian-nagel sebastian-nagel added this to the 1.4 milestone Aug 10, 2022
@sebastian-nagel
Copy link
Contributor Author

Thanks, @rzo1 and @aecio! Going to merge...

@sebastian-nagel sebastian-nagel merged commit 08629d5 into crawler-commons:master Aug 10, 2022
sebastian-nagel added a commit that referenced this pull request Aug 10, 2022
@sebastian-nagel sebastian-nagel deleted the cc-378-javadoc-search branch August 10, 2022 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants