pluginXmlFiles

@get:InputFiles
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val pluginXmlFiles: ListProperty<File>

The location of the built plugin file which will be used for verification.

Default value: `${prepareSandboxTask.destinationDir}/${prepareSandboxTask.pluginName}``