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 c0088be commit 39f832bCopy full SHA for 39f832b
build.gradle
@@ -347,7 +347,7 @@ test {
347
dependsOn 'registerDomain'
348
dependsOn 'licenseMain'
349
finalizedBy jacocoTestReport // report is always generated after tests run
350
- maxParallelForks = Math.max(2, (Runtime.runtime.availableProcessors() / 2))
+ maxParallelForks = Math.max(2.0, (Runtime.runtime.availableProcessors() / 2))
351
testLogging {
352
events 'passed', 'skipped', 'failed'
353
exceptionFormat 'full'
0 commit comments