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

Fix Javadoc Generation #7

Closed
pointan opened this issue Feb 5, 2021 · 0 comments · Fixed by #12
Closed

Fix Javadoc Generation #7

pointan opened this issue Feb 5, 2021 · 0 comments · Fixed by #12
Labels
confirmed Request was accepted and will be worked on review This is ready for review

Comments

@pointan
Copy link
Member

pointan commented Feb 5, 2021

The project is built using java11+, which means that everything that is not within a module gets assign to the default module. This causes the javadoc-search to work incorrectly.

...
<configuration>
    ...
    <additionalJOptions>
        <additionalJOption>--no-module-directories</additionalJOption>
    </additionalJOptions>
   ...
</configuration>
...
@pointan pointan added the confirmed Request was accepted and will be worked on label Feb 5, 2021
pointan added a commit that referenced this issue Jun 10, 2021
@pointan pointan added the review This is ready for review label Jun 10, 2021
aschuler84 pushed a commit that referenced this issue Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Request was accepted and will be worked on review This is ready for review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant