NOTICKET: Disable Parallel Unittests
Signed-off-by: Dominik Säume <Dominik.Saeume@hmmh.de>
This commit is contained in:
parent
bc6221f055
commit
4a89ba3a0a
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ tasks {
|
|||
}
|
||||
withType<Test> {
|
||||
useJUnitPlatform()
|
||||
maxParallelForks = 1
|
||||
}
|
||||
named("compileJava").configure {
|
||||
dependsOn(swaggerSources.getByName("pmt").code)
|
||||
|
|
Loading…
Reference in a new issue