File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 <artifactId >maven-compiler-plugin</artifactId >
8787 <version >3.8.1</version >
8888 <configuration >
89- <source >1. 8</source >
90- <target >1. 8</target >
89+ <source >8</source >
90+ <target >8</target >
9191 </configuration >
9292 </plugin >
9393
205205 <target >11</target >
206206 </configuration >
207207 </plugin >
208+ <plugin >
209+ <groupId >org.apache.maven.plugins</groupId >
210+ <artifactId >maven-surefire-plugin</artifactId >
211+ <configuration >
212+ <forkCount >1</forkCount >
213+ <reuseForks >true</reuseForks >
214+ <runOrder >hourly</runOrder >
215+ <argLine >
216+ -Duser.timezone=UTC
217+ --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
218+ --add-opens=java.base/java.lang=ALL-UNNAMED
219+ </argLine >
220+ </configuration >
221+ </plugin >
208222 </plugins >
209223 </build >
210224 </profile >
You can’t perform that action at this time.
0 commit comments