File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 222
222
<!-- maven-plugin -->
223
223
<plugin .compiler.version>3.8.1</plugin .compiler.version>
224
224
<plugin .resources.version>3.2.0</plugin .resources.version>
225
- <plugin .surefire.version>3.0.0-M7 </plugin .surefire.version>
225
+ <plugin .surefire.version>3.1.0 </plugin .surefire.version>
226
226
<plugin .failsafe.version>2.22.2</plugin .failsafe.version>
227
227
<plugin .shade.version>3.1.1</plugin .shade.version>
228
228
<plugin .assembly.version>3.3.0</plugin .assembly.version>
1613
1613
<argLine >@{argLine}</argLine >
1614
1614
<encoding >${encoding} </encoding >
1615
1615
<jvm >${test.jdk.home} /bin/java</jvm >
1616
- <forkMode >once</forkMode >
1616
+ <forkCount >1</forkCount >
1617
+ <reuseForks >true</reuseForks >
1617
1618
</configuration >
1618
1619
</plugin >
1619
1620
<plugin >
You can’t perform that action at this time.
0 commit comments