ijuma commented on a change in pull request #9063:
URL: https://github.com/apache/kafka/pull/9063#discussion_r460453530
##########
File path: build.gradle
##########
@@ -304,7 +304,7 @@ subprojects {
}
test {
- maxParallelForks = userMaxForks ?: Runtime.runtime.availableProcessors()
+ maxParallelForks = userMaxForks ?: Runtime.runtime.availableProcessors()
as int
Review comment:
What is the reason for the various `as` additions?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]