spotbugs-gradle-plugin
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
spotbugs-gradle-plugin
spotbugs-gradle-plugin
/
com.github.spotbugs.snom
/
SpotBugsReport
/
setDestination
set
Destination
open
override
fun
setDestination
(
file
:
File
)
Deprecated
use `getOutputLocation().set(file)` instead.
fun
setDestination
(
provider
:
Provider
<
File
?
>
)
Deprecated
use `getOutputLocation().set(provider)` instead.