From f4f4a0a1e7b7852ceae29dad3e8438777ee8f55b Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Sat, 23 Aug 2025 00:11:49 -0700 Subject: [PATCH] Adding documentation for `intellijPlatformIdesCache` property --- ...latform_gradle_plugin_gradle_properties.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) 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}