Skip to content

fix: use correct path for IntelliJ Platform cache#314

Merged
MO2k4 merged 1 commit intomasterfrom
fix/intellij-platform-cache-path
Mar 31, 2026
Merged

fix: use correct path for IntelliJ Platform cache#314
MO2k4 merged 1 commit intomasterfrom
fix/intellij-platform-cache-path

Conversation

@MO2k4
Copy link
Copy Markdown
Owner

@MO2k4 MO2k4 commented Mar 31, 2026

Summary

  • The IntelliJ Platform cache was never hit because the workflow cached ~/.intellijPlatform while the Gradle plugin stores artifacts in the project-local .intellijPlatform/ directory.
  • Fixes the path from ~/.intellijPlatform to .intellijPlatform.

Test plan

  • Verify the CI build populates the cache on the first run
  • Verify subsequent runs show a cache hit for the Cache IntelliJ Platform step

The IntelliJ Platform Gradle Plugin stores artifacts in the
project-local .intellijPlatform/ directory, not ~/.intellijPlatform.
The cache was never hit because it was caching the wrong path.
@sonarqubecloud
Copy link
Copy Markdown

@MO2k4 MO2k4 merged commit 5157845 into master Mar 31, 2026
7 checks passed
@MO2k4 MO2k4 deleted the fix/intellij-platform-cache-path branch March 31, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant