On my machine, I found useful to add `tasks.withTy...
# kontributors
c
On my machine, I found useful to add
tasks.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
)