Skip to content

ci: run javadoc so doclint errors fail the build - #59

Merged
Fivell merged 2 commits into
mainfrom
ci/verify-javadoc
Aug 17, 2026
Merged

ci: run javadoc so doclint errors fail the build#59
Fivell merged 2 commits into
mainfrom
ci/verify-javadoc

Conversation

@Fivell

@Fivell Fivell commented Aug 17, 2026

Copy link
Copy Markdown
Member

JitPack builds the published artifact on JDK 11 and runs javadoc as part of withJavadocJar(), where doclint rejects a bare '>' in a comment. CI used the same JDK but never invoked javadoc, so 4.1.0 was tagged, failed to build on JitPack and stayed unpublished for three months without a single red check.

Fivell added 2 commits August 17, 2026 22:57
JitPack builds the published artifact on JDK 11 and runs javadoc as part of
withJavadocJar(), where doclint rejects a bare '>' in a comment. CI used the
same JDK but never invoked javadoc, so 4.1.0 was tagged, failed to build on
JitPack and stayed unpublished for three months without a single red check.
JDK 11 doclint rejects a bare '>' in a comment, which is what JitPack builds
with, so javadoc generation failed there and 4.1.0 never produced an artifact.
@sonarqubecloud

Copy link
Copy Markdown

@Fivell
Fivell merged commit 8f079ca into main Aug 17, 2026
5 checks passed
@Fivell
Fivell deleted the ci/verify-javadoc branch August 17, 2026 21:00
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.

1 participant