zouxuan 3 月之前
父节点
当前提交
57b2a27dd2
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      pom.xml

+ 1 - 3
pom.xml

@@ -426,9 +426,7 @@
 					<source>${maven.compiler.source}</source>
 					<encoding>${project.build.sourceEncoding}</encoding>
 					<fork>true</fork>
-					<compilerArgs>
-						<arg>jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
-					</compilerArgs>
+					<release>8</release>
 				</configuration>
 			</plugin>
 			<plugin>