ReportICEs

enum ReportICEs : Enum<ReportICEs>

Controls when to report ICEs.

Entries

Never
Link copied to clipboard
Never report.
IfProperty
Link copied to clipboard
Report if the gradle property reportICEs is present and not equal to false.
Always
Link copied to clipboard
Always report.

Sources

jvm source
Link copied to clipboard