locally using Maven 3.8.6 and OpenJDK 11 ran a few commands like: mvn test, mvn install, mvn package, mvn deploy and all worked (except the actual upload to Sonatype for the last one)
Ran the Github action test which uses OpenJDK 16 in my fork on Github
Testing performed:
mvn test
,mvn install
,mvn package
,mvn deploy
and all worked (except the actual upload to Sonatype for the last one)