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