archiveFile

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

Input ZIP archive file of the plugin to verify. If empty, the task will be skipped.

Default value: BuildPluginTask.archiveFile