Skip to content

Restore missing javadoc.jar and remove it from .gitignore#11

Merged
ivolz merged 1 commit into
mainfrom
feature/missing-doc
May 21, 2026
Merged

Restore missing javadoc.jar and remove it from .gitignore#11
ivolz merged 1 commit into
mainfrom
feature/missing-doc

Conversation

@ivolz
Copy link
Copy Markdown
Contributor

@ivolz ivolz commented May 21, 2026

The javadoc.jar was deleted and ignored under the assumption that it was a transient generated artifact. However, since the Gradle build doesn't generate javadoc.jar dynamically and the Maven publication package-and-sign pipeline depends on its presence, deleting it caused the maven-publish workflow to fail.

This commit restores the jar and allows the maven publishing to succeed.

The javadoc.jar was deleted and ignored under the assumption that it was a transient generated artifact. However, since the Gradle build doesn't generate javadoc.jar dynamically and the Maven publication package-and-sign pipeline depends on its presence, deleting it caused the maven-publish workflow to fail.

This commit restores the jar and allows the maven publishing to succeed.
@ivolz ivolz requested a review from adriantuk May 21, 2026 09:54
Copy link
Copy Markdown
Contributor

@adriantuk adriantuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ivolz ivolz merged commit 8935847 into main May 21, 2026
1 check passed
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.

2 participants