zouxuan 3 tháng trước cách đây
mục cha
commit
42229aae06
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -425,6 +425,11 @@
 					<target>${maven.compiler.target}</target>
 					<source>${maven.compiler.source}</source>
 					<encoding>${project.build.sourceEncoding}</encoding>
+					<fork>true</fork>
+					<compilerArgs>
+						<arg>--add-opens</arg>
+						<arg>jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
+					</compilerArgs>
 				</configuration>
 			</plugin>
 			<plugin>