mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-18 01:30:56 +00:00
change maven parallelization setting
This commit is contained in:
parent
54e79d91a1
commit
535b3fcb74
2
pom.xml
2
pom.xml
@ -82,7 +82,7 @@
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useSystemClassLoader>false</useSystemClassLoader>
|
<useSystemClassLoader>false</useSystemClassLoader>
|
||||||
<parallel>classes</parallel>
|
<parallel>all</parallel>
|
||||||
<threadCount>5</threadCount>
|
<threadCount>5</threadCount>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user