toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.compile
/
CompileOptions
/
setFailOnError
set
Fail
On
Error
API
open
fun
setFailOnError
(
failOnError
:
Boolean
)
(
source
)
Sets whether to fail the build when compilation fails. Defaults to
true
.