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 options / Use legacy mode to overcome <source> level issue #3231

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

hazendaz
Copy link
Contributor

  • options need to have additional arguments as an array rather than string
  • removed old source 8 on javadocs as no longer needed here.
  • Per javadoc 3.6.0 plugin, maven introduced <legacyMode> which overcomes bugs with javadocs that prevented source from being set higher as documented here. To replace the source attribute this is set to 'true'

option needed to have additional arguments, removed old source 8 on javadocs as no longer needed here.
@scordio scordio self-requested a review October 23, 2023 05:46
@scordio scordio self-assigned this Oct 23, 2023
@scordio scordio added this to the 3.26.0 milestone Dec 20, 2023
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

2 participants