setDestination

open override fun setDestination(file: File)

Deprecated

use `getOutputLocation().set(file)` instead.


fun setDestination(provider: Provider<File?>)

Deprecated

use `getOutputLocation().set(provider)` instead.