We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e7a0b commit f405d9aCopy full SHA for f405d9a
build.gradle
@@ -34,14 +34,3 @@ dependencies {
34
testCompileOnly 'org.projectlombok:lombok:1.18.12'
35
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
36
}
37
-
38
-allprojects {
39
- tasks.withType(Test).configureEach {
40
- maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
41
- if (!project.hasProperty("createReports")) {
42
- reports.html.required = false
43
- reports.junitXml.required = false
44
- }
45
46
47
-}
0 commit comments