archiveFile

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

Specifies the ZIP archive file to be published to the remote repository. By default, it uses the output SignPluginTask.archiveFile if plugin signing is configured, otherwise the BuildPluginTask.archiveFile.

Default value: SignPluginTask.archiveFile if plugin signing is configured, otherwise BuildPluginTask.archiveFile.

See also