We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee2950 commit da63b58Copy full SHA for da63b58
build.gradle
@@ -31,6 +31,19 @@ if (JavaVersion.current().isJava8Compatible()) {
31
}
32
33
allprojects {
34
+ tasks.withType(Test).configureEach {
35
+ maxParallelForks = 4
36
+ }
37
+
38
39
+ forkEvery = 100
40
41
42
43
+ reports.html.required = false
44
+ reports.junitXml.required = false
45
46
47
48
apply plugin: "jacoco"
49
0 commit comments