diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md index 63b548a4ccd..6c15bfd1071 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_gradle_properties.md @@ -57,6 +57,26 @@ org.jetbrains.intellij.platform.intellijPlatformCache=/path/to/intellijPlatformC ``` +## `intellijPlatformIdesCache` +{#intellijPlatformIdesCache} + +Specifies the location of the IntelliJ Platform IDEs cache directory for storing downloaded IDE distributions +and related artifacts. This cache is used to avoid re-downloading the same IDE versions across different +project builds and can be shared between multiple projects. + +**Note:** this directory can be shared across projects and should be excluded from versioning. + +{type="narrow"} +Default value +: [intellijPlatformCache]/ides/ + +Example +: +``` +org.jetbrains.intellij.platform.intellijPlatformIdesCache=/path/to/intellijPlatformCache/ides +``` + + ## `localPlatformArtifacts` {#localPlatformArtifacts}