Skip to content

Commit 81e1305

Browse files
authored
Remove override of maxParallelForks (#1652)
Ports aabf652
1 parent 35318cd commit 81e1305

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ tasks.withType<Test>().configureEach {
118118
logger.info("Using test Gradle version: $testGradleVersion")
119119
systemProperty("TEST_GRADLE_VERSION", testGradleVersion)
120120

121-
maxParallelForks = Runtime.getRuntime().availableProcessors()
122-
123121
if (isCI) {
124122
testLogging.showStandardStreams = true
125123
minHeapSize = "1g"

0 commit comments

Comments
 (0)