File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 176176 <artifactId >maven-compiler-plugin</artifactId >
177177 <version >3.8.1</version >
178178 <configuration >
179- <source >16</source >
180- <target >16</target >
181- <compilerArgs >
182- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg >
183- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg >
184- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg >
185- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg >
186- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg >
187- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg >
188- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg >
189- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg >
190- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
191- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED</arg >
192- </compilerArgs >
179+ <source >1.8</source >
180+ <target >1.8</target >
193181 </configuration >
194182 </plugin >
195183 <plugin >
274262 <groupId >org.apache.maven.plugins</groupId >
275263 <artifactId >maven-surefire-plugin</artifactId >
276264 <version >3.0.0-M5</version >
277- <configuration >
278- <argLine >${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED</argLine >
279- </configuration >
280265 </plugin >
281266 <plugin >
282267 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments