Skip to content

Commit

Permalink
Improve GRADLE build Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
shisheng-1 committed Nov 13, 2021
1 parent 2788e9f commit 2e57315
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,10 @@ test {
events "passed","skipped","failed"
}
}

allprojects {
tasks.withType(Test).configureEach {
forkEvery = 100
}

}

0 comments on commit 2e57315

Please sign in to comment.