cuihtlauac
01/22/2018, 7:48 AMtasks.withType<Test> { maxParallelForks = 32 }
in the allprojects
section of top-level build.gradle.kts
. What's the recommended way to set this up in a site specific (i.e. non tracked) file ? (I'm also using --parallel --max-workers=32
to launch ./gradlew compilerTest
)