From ee0bb77b62121de598602500834fa170dbd22415 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Tue, 31 May 2022 15:30:13 -0700 Subject: [PATCH] update test setup --- lib/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index edee35d..61a1cc0 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -81,10 +81,6 @@ dependencies { androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") } -tasks.withType { - useJUnitPlatform() -} - // required for mvn-publish // too bad we can't move it into mvn-publish plugin because `android`is only accessible here tasks {