My API project no longer reports the Javadoc WARNINGs and ERRORs when running gradle javadoc.
My other JavaFX project is reporting them.
I was content with my API having no Javadoc warnings or errors, but was distraught when I discovered wrong javadoc which should have produced an error and failed the build.
Both projects have same build script configuration regarding javadoc.
Would appreciate if anyone have insight of what the problem might be with this one project.
Why isn’t javadoc task reporting warnings and errors?
I had to turn on Javadoc validation in Eclipse to make sure.
Edit: It caused so much errors on my other legacy applications that I had to turn it off again.