Comment 11 for bug 1800792

Revision history for this message
Jeroen Hoek (mail-jeroenhoek) wrote : Re: Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

I've had to disable JaCoCo, and set the <forkCount> of the Surefire-plugin to 0 to get the mini-project 'NiceXVI' linked above to build under this OpenJDK 8 version. So it looks like it is not just JaCoCo.

OpenJDK 11 works after updating JaCoCo though.

Viktor: I have the set $JAVA_HOME in order for Maven to use a different JDK, regardless of the version of java available in the shell. Are you sure you are running the build with javac 10/11?