pluginDir

@get:InputDirectory
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val pluginDir: DirectoryProperty

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

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