File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 216216 </plugins >
217217 </build >
218218
219- <profiles >
220- <profile >
221- <id >java9+</id >
222- <activation >
223- <jdk >[9,)</jdk >
224- </activation >
225- <build >
226- <plugins >
227- <plugin >
228- <groupId >org.apache.maven.plugins</groupId >
229- <artifactId >maven-compiler-plugin</artifactId >
230- <version >${maven-compiler-plugin.version} </version >
231- <configuration >
232- <verbose >true</verbose >
233- <source >${java.version} </source >
234- <target >${java.version} </target >
235- <showWarnings >true</showWarnings >
236- <fork >true</fork >
237- <compilerArgs >
238- <arg >-verbose</arg >
239- <arg >-Xlint:unchecked</arg >
240- <arg >-J--illegal-access=permit</arg >
241- </compilerArgs >
242- </configuration >
243- </plugin >
244- </plugins >
245- </build >
246- </profile >
247- </profiles >
248-
249219</project >
You can’t perform that action at this time.
0 commit comments