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

Commit

Permalink
Merge pull request #16 from shisheng-1/Modify_GRADLE_1
Browse files Browse the repository at this point in the history
Improve GRADLE build Performance
  • Loading branch information
leinardi authored Nov 13, 2021
2 parents 1caf87c + 2589582 commit 2df8471
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 2df8471

Please sign in to comment.