version

@get:Input
@get:Optional
abstract val version: Property<String>

The version of the plugin – will be set for the <version> tag.

Default value: ${project.version}