We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ce923 commit d19a308Copy full SHA for d19a308
1 file changed
examples/build.gradle.kts
@@ -32,3 +32,6 @@ tasks.withType(JavaCompile::class) {
32
options.compilerArgs.add("-Xlint:unchecked")
33
options.compilerArgs.add("-Xlint:deprecation")
34
}
35
+tasks.test {
36
+ failOnNoDiscoveredTests = false
37
+}
0 commit comments