We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 011abe1 + 0af5253 commit f13b57fCopy full SHA for f13b57f
1 file changed
pom.xml
@@ -536,7 +536,7 @@
536
<plugin>
537
<groupId>org.apache.maven.plugins</groupId>
538
<artifactId>maven-surefire-plugin</artifactId>
539
- <version>2.22.2</version>
+ <version>3.0.0-M5</version>
540
</plugin>
541
542
@@ -700,8 +700,10 @@
700
701
702
<configuration>
703
+ <forkCount>3</forkCount>
704
+ <reuseForks>true</reuseForks>
705
<argLine>
- -Xmx1024m
706
+ @{argLine} -Xmx1024m
707
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
708
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
709
--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
0 commit comments