We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d37c2 commit 1f7b7d6Copy full SHA for 1f7b7d6
build.gradle.kts
@@ -92,7 +92,7 @@ testing.suites.named<JvmTestSuite>("test") {
92
}
93
targets.all {
94
testTask {
95
- maxParallelForks = 4
+ maxParallelForks = 3
96
inputs.dir(layout.projectDirectory.dir("samples"))
97
inputs.dir("src/docs/samples")
98
0 commit comments