api / org.gradle.testing.jacoco.plugins / JacocoTaskExtension / setDestinationFile

setDestinationFile

open fun setDestinationFile(destinationFile: Provider<File>): Unit

Set the provider for calculating the destination file.

Parameters

destinationFile - Destination file provider

Since
4.0

open fun setDestinationFile(destinationFile: File): Unit