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

[BUG] javadoc not being generated. Gradle #3656

Open
WizardlyBump17 opened this issue Apr 17, 2024 · 0 comments
Open

[BUG] javadoc not being generated. Gradle #3656

WizardlyBump17 opened this issue Apr 17, 2024 · 0 comments

Comments

@WizardlyBump17
Copy link

WizardlyBump17 commented Apr 17, 2024

Describe the bug
I have a project using Gradle and when I run gradle javadoc, the generated javadoc does not have the documentation for my @Getter or @Data. Actually, it is as if I wasnt using lombok, because there is no code of it in the doc. Currently I am using @Data but even if I put the @Getter on the field, it does not generate the javadoc.

To Reproduce

  1. Run gradle javadoc or gradle clean build javadoc

Expected behavior
The javadoc should be generated correctly.

Version info (please complete the following information):

  • 1.18.30

Additional context
My code is at https://github.com/WizardlyBump17/resource-pack-manager

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

No branches or pull requests

1 participant