Exit code: 1 - javadoc: error - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/
I was able to get my own project to work by using a new version of the compiler plugin and setting the release property to 8.
maven-compiler-plugin 3.8.1 8