On Wed, 9 Jun 2021 at 17:03, John Patrick <nhoj.patr...@gmail.com> wrote:

> Have you tried "9" instead of "1.9"?
>

I've corrected that in the pom, thanks.

I think the issue is that Gilles used JDK 8 to try and build it. You can
run using the project's main artifacts using JDK 8, but the build now
requires JDK 9 for the tests and JMH performance tests. I've
successfully used JDK 9 and JDK 11 for the build.

Travis CI is using JDK 11 and the Jenkins server is using JDK 9 for the
main build and JDK 11 for the sonarcloud analysis build.

Alex

Reply via email to