inputFile

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

Specifies the input plugin.xml` file, which by default is picked from the main resource location.

Default value: src/main/resources/META-INF/plugin.xml