toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.compile
/
GroovyCompileOptions
/
setFailOnError
set
Fail
On
Error
API
open
fun
setFailOnError
(
failOnError
:
Boolean
)
(
source
)
Sets whether the compilation task should fail if compile errors occurred. Defaults to
true
.