File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 536536 <plugin >
537537 <groupId >org.apache.maven.plugins</groupId >
538538 <artifactId >maven-surefire-plugin</artifactId >
539- <version >2.22.2 </version >
539+ <version >3.0.0-M5 </version >
540540 </plugin >
541541 <plugin >
542542 <groupId >org.apache.maven.plugins</groupId >
700700 <groupId >org.apache.maven.plugins</groupId >
701701 <artifactId >maven-surefire-plugin</artifactId >
702702 <configuration >
703+ <forkCount >3</forkCount >
704+ <reuseForks >true</reuseForks >
703705 <argLine >
704- -Xmx1024m
706+ @{argLine} -Xmx1024m
705707 --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
706708 --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
707709 --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
You can’t perform that action at this time.
0 commit comments