From 9365e8ba45b843fb67ce9e156f37191bcd22f0a3 Mon Sep 17 00:00:00 2001 From: ChenZhangg <32891042+ChenZhangg@users.noreply.github.com> Date: Tue, 26 Oct 2021 14:43:39 +0800 Subject: [PATCH] Merge those changes in one task --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index 2173b0f1..a9855f83 100644 --- a/build.gradle +++ b/build.gradle @@ -11,13 +11,7 @@ buildscript { allprojects { tasks.withType(Test).configureEach { maxParallelForks = 4 - } - - tasks.withType(Test).configureEach { forkEvery = 100 - } - - tasks.withType(Test).configureEach { reports.html.required = false reports.junitXml.required = false }