Skip to content

Commit f13b57f

Browse files
authored
Merge pull request #194 from funfried/release/1.14.x
Fixed build by updating to latest maven-surefire-plugin
2 parents 011abe1 + 0af5253 commit f13b57f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
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>
@@ -700,8 +700,10 @@
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

0 commit comments

Comments
 (0)