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 35318cd commit 81e1305Copy full SHA for 81e1305
build.gradle.kts
@@ -118,8 +118,6 @@ tasks.withType<Test>().configureEach {
118
logger.info("Using test Gradle version: $testGradleVersion")
119
systemProperty("TEST_GRADLE_VERSION", testGradleVersion)
120
121
- maxParallelForks = Runtime.getRuntime().availableProcessors()
122
-
123
if (isCI) {
124
testLogging.showStandardStreams = true
125
minHeapSize = "1g"
0 commit comments