Skip to content

Commit 69b7e4e

Browse files
authored
Improve GRADLE build Performance (#21)
1 parent 5041c05 commit 69b7e4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ subprojects {
4444

4545
check.dependsOn jacocoTestReport
4646
}
47+
48+
allprojects {
49+
tasks.withType(Test).configureEach {
50+
forkEvery = 100
51+
}
52+
53+
}

0 commit comments

Comments
 (0)