We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f826983 commit 84adb04Copy full SHA for 84adb04
1 file changed
build.gradle.kts
@@ -57,6 +57,8 @@ subprojects {
57
(Runtime.getRuntime().availableProcessors() / 2).coerceAtLeast(1).also {
58
println("Setting maxParallelForks to $it")
59
}
60
+ // not all projects actually have tests
61
+ failOnNoDiscoveredTests.set(false)
62
testLogging {
63
showExceptions = true
64
showCauses = true
0 commit comments