Skip to content

Commit 7dd19ae

Browse files
committed
fix sonar error
1 parent 9877441 commit 7dd19ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
<systemPropertyVariables>
611611
<jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
612612
</systemPropertyVariables>
613-
<parallel>methods</parallel>
613+
<parallel>classes</parallel>
614614
<threadCount>6</threadCount>
615615
<forkCount>6</forkCount>
616616
<reuseForks>true</reuseForks>

0 commit comments

Comments
 (0)