Hi, I'm trying to migrate my project from jdk8 to jdk11, but when I switch to jdk11, and run my build, an error message came out: org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.10.0:pmd (pmd) on project xxxx : Execution pmd of goal org.apache.maven.plugins:maven-pmd-plugin:3.10.0:pmd failed: Plugin org.apache.maven.plugins:maven-pmd-plugin:3.10.0 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/java/jdk-11.0.1/../lib/tools.jar
I know that JDK11 removed tools.jar, so how can I make my build work with jdk11? Thanks, Stanley
