tools_gradle_intellij_plugin.md: update runpluginverifier-task-downloaddir default paths

This commit is contained in:
Jakub Chrzanowski 2022-09-28 00:04:55 +02:00
parent 0904a74c6c
commit 88276d0ab2
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -1341,7 +1341,7 @@ Type
: `String`
Default value
: `System.getProperty("plugin.verifier.home.dir")/ides` or `System.getProperty("user.home")/.pluginVerifier/ides` or system temporary directory.
: `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.
#### jbrVersion