Skip to content

Disable dokka javadoc jars for publishing #179

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

Merged
merged 1 commit into from
Apr 24, 2025
Merged

Disable dokka javadoc jars for publishing #179

merged 1 commit into from
Apr 24, 2025

Conversation

simolus3
Copy link
Contributor

The Gradle plugin we use for publishing will automatically depend on dokkaHtml to include the outputs of that task as a javadoc jar. That's generally nice, but not helpful for us because our subprojects apply Dokka without building independent documentation sites (we apply Dokka on the root project to build a single site for everything).

So, disable that and use an empty javadoc jar instead.

@simolus3 simolus3 requested a review from stevensJourney April 24, 2025 15:30
@simolus3 simolus3 merged commit 664596b into main Apr 24, 2025
3 checks passed
@simolus3 simolus3 deleted the fix-publishing branch April 24, 2025 15:35
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