Skip to content

Commit 4ab3856

Browse files
committed
gradle test task removed
1 parent b011904 commit 4ab3856

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ allprojects {
1919

2020
tasks.register('clean', Delete) {
2121
delete rootProject.buildDir
22-
}
23-
24-
tasks.register('testKotlinSuite', Exec) {
25-
commandLine './gradlew', 'app:connectedAndroidTest',
26-
'-Pandroid.testInstrumentationRunnerArguments.class=com.sample.easyprefs.kotlin.TestSuite -i'
2722
}

0 commit comments

Comments
 (0)