build: changed 8 parallel forks to 1 because speed
This commit is contained in:
parent
7f4e5cc1cb
commit
fecb377c9f
@ -11,7 +11,7 @@ repositories {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
|
||||
maxParallelForks = 8
|
||||
maxParallelForks = 1
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user