gradle
8.3-rc-2
Java API
gradle
/
org.gradle.api.tasks.compile
/
GroovyCompileOptions
/
setFailOnError
set
Fail
On
Error
Java API
open
fun
setFailOnError
(
failOnError
:
Boolean
)
Sets whether the compilation task should fail if compile errors occurred. Defaults to
true
.