api / org.gradle.api.plugins.buildcomparison.gradle / CompareGradleBuilds / setReportDir

setReportDir

open fun setReportDir(reportDir: File): Unit

Sets the directory that will contain the HTML comparison report and any other report files.

Parameters

reportDir - The directory that will contain the HTML comparison report and any other report files.

Since
4.0

open fun setReportDir(reportDir: Any): Unit

Sets the directory that will contain the HTML comparison report and any other report files. The value will be evaluated by project.file().

Parameters

reportDir - The directory that will contain the HTML comparison report and any other report files.