|
|
@ -274,10 +274,6 @@ |
|
|
<target>${maven.compiler.target}</target> |
|
|
<target>${maven.compiler.target}</target> |
|
|
<source>${maven.compiler.source}</source> |
|
|
<source>${maven.compiler.source}</source> |
|
|
<encoding>UTF-8</encoding> |
|
|
<encoding>UTF-8</encoding> |
|
|
<compilerArgs> |
|
|
|
|
|
<!-- 注意这里的JVM参数可能需要根据你的JDK版本和环境进行调整 --> |
|
|
|
|
|
<arg>--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg> |
|
|
|
|
|
</compilerArgs> |
|
|
|
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
<plugin> |
|
|
<plugin> |
|
|
|