Skip to content

Commit 9365e8b

Browse files
ChenZhanggkurahaupo
authored andcommitted
Merge those changes in one task
1 parent 8efefcb commit 9365e8b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ buildscript {
1111
allprojects {
1212
tasks.withType(Test).configureEach {
1313
maxParallelForks = 4
14-
}
15-
16-
tasks.withType(Test).configureEach {
1714
forkEvery = 100
18-
}
19-
20-
tasks.withType(Test).configureEach {
2115
reports.html.required = false
2216
reports.junitXml.required = false
2317
}

0 commit comments

Comments
 (0)