setDestination

abstract fun setDestination(file: File)(source)

Deprecated

Sets the destination for the report.

Since

4.0

Deprecated

Use getOutputLocation.set() instead. This method will be removed in Gradle 9.0.

Parameters

file

The destination for the report.

See also