distributionFile

@get:InputFile
@get:SkipWhenEmpty
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val distributionFile: RegularFileProperty

JAR or ZIP file of the plugin to verify. If empty, the task will be skipped.

Default value: output of the buildPlugin task