Browse Source

Revert "Improve GRADLE build Performance (#758)"

This reverts commit 192e8065
pull/469/head
Kalle Stenflo 3 years ago
parent
commit
36db5f80e1
  1. 13
      build.gradle

13
build.gradle

@ -40,19 +40,6 @@ ext {
}
allprojects {
tasks.withType(Test).configureEach {
maxParallelForks = 4
}
tasks.withType(Test).configureEach {
forkEvery = 100
}
tasks.withType(Test).configureEach {
reports.html.required = false
reports.junitXml.required = false
}
ext.displayName = null
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')

Loading…
Cancel
Save