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

ivolz merged 1 commit into
mainfrom
feature/missing-doc

Conversation

@ivolz

@ivolz ivolz commented May 21, 2026

Copy link
Copy Markdown
Contributor

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

@adriantuk adriantuk left a comment

Copy link
Copy Markdown
Contributor

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
@ivolz
ivolz deleted the feature/missing-doc branch June 21, 2026 20:32
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