gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api.tasks.compile
/
GroovyCompileOptions
/
setFailOnError
set
Fail
On
Error
open
fun
setFailOnError
(
failOnError
:
Boolean
)
Sets whether the compilation task should fail if compile errors occurred. Defaults to
true
.