build: changed Thread executors to 1 from 8, because that's faster somehow (?)

This commit is contained in:
Yannik Bretschneider 2021-06-03 23:08:34 +02:00
parent 4e5ebd7342
commit 257a3e2022
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ test {
includeEngines 'jqwik', 'junit-jupiter'
}
maxParallelForks = 8
maxParallelForks = 1
}
dependencies {