downloadDir

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

The path to the directory where IDEs used for the verification will be downloaded.

Default value: System.getProperty("plugin.verifier.home.dir")/ides, System.getenv("XDG_CACHE_HOME")/pluginVerifier/ides, System.getProperty("user.home")/.cache/pluginVerifier/ides or system temporary directory.