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

Explicitly define source=8 for javadoc plugin #27

Closed
bmarwell opened this issue Jan 15, 2022 · 0 comments
Closed

Explicitly define source=8 for javadoc plugin #27

bmarwell opened this issue Jan 15, 2022 · 0 comments
Labels
enhancement Improving an existing feature.
Milestone

Comments

@bmarwell
Copy link
Contributor

bmarwell commented Jan 15, 2022

From #24 to fix this warning

[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.

Happens when compiling with Java 9+.
Either don't use source and target (impossible due to parent) or define source again for the javadoc plugin, or define release (only when compiling with 11+).

@bmarwell bmarwell added this to the v3.0.0 milestone Jan 15, 2022
bmarwell added a commit that referenced this issue Jan 15, 2022
[#27] explicitly define source for javadoc-plugin.
@bmarwell bmarwell added the enhancement Improving an existing feature. label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving an existing feature.
Projects
None yet
Development

No branches or pull requests

1 participant