Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

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 1caf87c commit 2589582
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ buildscript {
}

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

repositories {
addRepos(repositories)
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit 2589582

Please sign in to comment.