Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.tasks.testing
/
Test
/
setFailFast
set
Fail
Fast
API
open
fun
setFailFast
(
failFast
:
Boolean
)
(
source
)
Enables fail fast behavior causing the task to fail on the first failed test.