Skip to content

Commit

Permalink
Revert "Improve GRADLE build Performance (#758)"
Browse files Browse the repository at this point in the history
This reverts commit 192e806
  • Loading branch information
kallestenflo committed Nov 9, 2021
1 parent 192e806 commit 36db5f8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle
Expand Up @@ -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')

Expand Down

0 comments on commit 36db5f8

Please sign in to comment.