Skip to content

Commit f405d9a

Browse files
Revert "Improve GRADLE build Performance (fishercoder1534#165)"
This reverts commit a7e7a0b.
1 parent a7e7a0b commit f405d9a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle

-11
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,3 @@ dependencies {
3434
testCompileOnly 'org.projectlombok:lombok:1.18.12'
3535
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
3636
}
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

Comments
 (0)