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 missing groovydocs #720

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

abelsromero
Copy link
Member

@abelsromero abelsromero commented Feb 29, 2024

Fix missing groovydocs not being collected during docs publication.

TLDR; only some groovydoc tasks run, but do during configuration phase of the included build (from docs sub gradle). Feels like an un-intended side effect.
To fix it, I reformatted things (it's opinionated) to help me understand how it works, but the actual fix is adding all required groovydoc tasks as a dependency for combineDocs.

@abelsromero abelsromero marked this pull request as ready for review February 29, 2024 23:47
@abelsromero
Copy link
Member Author

Working fine in my fork, all "active"* correctly generating and pointing to their API / groovydocs.

* I have maintained the current modules that are activated in the main build. It seems some like "slides" seem to be disabled temporarily but without much detail, I don't date doing heavier changes.

@abelsromero abelsromero merged commit 66b4165 into asciidoctor:master Mar 1, 2024
3 checks passed
tylerbertrand pushed a commit to tylerbertrand/asciidoctor-gradle-plugin that referenced this pull request Apr 12, 2024
Fix missing groovydocs not being collected during combineDocs task.
'docs' module build script reformatted and fix docs adding all required groovydoc tasks as a dependency for combineDocs.
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.

None yet

1 participant