I get the following error if i execute mvn package
module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module @15409d4e
I use java 17
how can i fix this problem?
I get the following error if i execute mvn package
module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module @15409d4e
I use java 17
how can i fix this problem?
it may be that the gradle version does not match and needs to be upgraded. For example, upgrade the grdle version to 7+