We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf1e43 commit 33f3dccCopy full SHA for 33f3dcc
1 file changed
build.gradle
@@ -79,6 +79,7 @@ tasks.withType(Javadoc) {
79
80
test {
81
useJUnitPlatform()
82
+ maxParallelForks = (int) (Runtime.runtime.availableProcessors() / 2 + 1)
83
}
84
85
checkstyle {
0 commit comments