baselineFile

@get:Optional
@get:InputFile
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val baselineFile: RegularFileProperty

Property to set the baseline file. This file is a Spotbugs result file, and all bugs reported in this file will not be reported in the final output.