Hi, When I run a build on my Windows workstation, with Oracle Java 8_72, the Javadoc produces a bunch of [WARNINGS] about missing @param etc.
But these are warnings. When the Jenkins Java 8 build runs, these are [ERRORS]. I ran on my Windows workstation with mvn debug flag and can see that Java 8 javadocs is being used, and I'm puzzled why it produces [WARNINGS] on my machine, and [ERRORS] in Jenkins. Also, I see that the Jenkins build with Java 8 used to work; it recently stopped, due to the javadoc errors. The last good build with Java 8 was #327, and looking at the console output, it was producing [WARNINGS], not [ERRORS] Anybody figure out what's going on? -Marshall
