1

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?

1 Answers1

-1

it may be that the gradle version does not match and needs to be upgraded. For example, upgrade the grdle version to 7+

christ
  • 1
  • 1