Skip to content

Commit ce2b770

Browse files
Turn off reuse forks
1 parent 9fdc801 commit ce2b770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<version>2.20</version>
263263
<configuration>
264264
<forkCount>2C</forkCount>
265-
<reuseForks>true</reuseForks>
265+
<reuseForks>false</reuseForks>
266266
<parallel>classes</parallel>
267267
<useUnlimitedThreads>true</useUnlimitedThreads>
268268
<threadCount>80</threadCount>
@@ -286,4 +286,4 @@
286286

287287
</plugins>
288288
</build>
289-
</project>
289+
</project>

0 commit comments

Comments
 (0)