Closed
Description
Currently the javadoc task is not part of check so javadoc failures will be discovered very late.
One reason for running check
instead of build
is that docker might not be available and the first one skips what can't be ran while the lather fails.
This however should not be an issues as the PR and intake workers are guaranteed to have docker.