Skip to content

Commit d19a308

Browse files
committed
disable failOnNoDiscoveredTests in test task
1 parent f0ce923 commit d19a308

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ tasks.withType(JavaCompile::class) {
3232
options.compilerArgs.add("-Xlint:unchecked")
3333
options.compilerArgs.add("-Xlint:deprecation")
3434
}
35+
tasks.test {
36+
failOnNoDiscoveredTests = false
37+
}

0 commit comments

Comments
 (0)