warningInsteadOfFailure

abstract val warningInsteadOfFailure: Property<Boolean>(source)

In case of a verification error, print a message to the log with the warn level instead of the Gradle task execution error.

Gradle task error if false, warn message if true.

false by default.