api / org.gradle.api.tasks.diagnostics / AbstractReportTask / setOutputFile

setOutputFile

open fun setOutputFile(outputFile: File): Unit

Sets the file which the report will be written to. Set this to null to write the report to System.out.

Parameters

outputFile - The output file. May be null.