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.
1 parent ef7ba6c commit d4bec8dCopy full SHA for d4bec8d
pom.xml
@@ -931,6 +931,9 @@
931
<trimStackTrace>false</trimStackTrace>
932
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
933
<testClassesDirectory>${project.build.testOutputDirectory}</testClassesDirectory>
934
+ <parallel>methods</parallel>
935
+ <threadCount>8</threadCount>
936
+ <perCoreThreadCount>false</perCoreThreadCount>
937
</configuration>
938
</execution>
939
</executions>
0 commit comments