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 #154

Merged
merged 2 commits into from Aug 9, 2022
Merged

Fix javadoc generation #154

merged 2 commits into from Aug 9, 2022

Conversation

MikeGoldsmith
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith commented Aug 9, 2022

Which problem is this PR solving?

The javadoc step was failing because of some doc linting errors that was introduced after a recent update. This wasn't seen until a release was tried to be processed as javadocs are not created until the publish step.

This PR updates the java source of the javadoc step to use java 8 API and also ignore doc lint errors. I've also updated the test phase run on PRs to ensure we verify we can build the javadoc earlier.

Short description of the changes

  • Always build javadoc by using package instead of test in build step in CI
  • Set java source to 8 and ignore doc lint errors when creating javadocs

@MikeGoldsmith MikeGoldsmith added type: bug Something isn't working version: bump patch A PR with release-worthy changes and is backwards-compatible. labels Aug 9, 2022
@MikeGoldsmith MikeGoldsmith self-assigned this Aug 9, 2022
@MikeGoldsmith MikeGoldsmith requested a review from a team as a code owner August 9, 2022 15:19
@MikeGoldsmith MikeGoldsmith merged commit 1a8fa49 into main Aug 9, 2022
@MikeGoldsmith MikeGoldsmith deleted the mike/fix-javadoc branch August 9, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working version: bump patch A PR with release-worthy changes and is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants