Add basic synchronization workaround for scratch

This commit is contained in:
Mikhail Bogdanov
2020-03-19 08:36:40 +01:00
parent dc18c62dbc
commit 64a4d09bb3
4 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ sourceSets {
"test" { projectDefault() }
}
projectTest {
projectTest(parallel = true) {
dependsOn(":dist")
workingDir = rootDir
}