We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49b821 commit a5a5f25Copy full SHA for a5a5f25
build.gradle
@@ -50,6 +50,7 @@ jar {
50
51
test {
52
maxHeapSize = "1g"
53
+ forkEvery = 50
54
maxParallelForks = Runtime.runtime.availableProcessors()
55
}
56
0 commit comments