Skip to content

Commit d1b56fa

Browse files
committed
Remove parallel testing.
1 parent a5a5f25 commit d1b56fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jar {
5050

5151
test {
5252
maxHeapSize = "1g"
53-
forkEvery = 50
54-
maxParallelForks = Runtime.runtime.availableProcessors()
53+
// forkEvery = 50
54+
// maxParallelForks = Runtime.runtime.availableProcessors()
5555
}
5656

5757
checkstyle {

0 commit comments

Comments
 (0)