1
0

splitting up build.gradle - step 1

This commit is contained in:
Michael Hoennig
2019-04-30 07:52:37 +02:00
parent de6c7c5d4a
commit 29a2178a48
6 changed files with 150 additions and 147 deletions

View File

@ -144,6 +144,6 @@ To limit load in our Jenkins build server, it only uses 2 CPU threads, thus it n
If you want to spend more CPU threads on your local system, you can change that via command line:
./gradlew pitest -Doverride.pitest.threads=7
gw pitest -Doverride.pitest.threads=7
I suggest to leave one CPU thread for other tasks or your might lag extremely.