api / org.gradle.api.reporting / Report / isEnabled

isEnabled

@Input abstract fun isEnabled(): Boolean

Whether or not this report should be generated by whatever generates it.

If true, the generator of this report will generate it at the appropriate time. If false, the generator of this report will not generate this report.

Return
Whether or not this report should be generated by whatever generates it.