Skip to content

Commit 6061c4b

Browse files
meanmailclaude
andcommitted
Enable IDE cache for dependency downloads
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bbaa973 commit 6061c4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/kotlin/intellijUtils.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,12 @@ fun IntelliJPlatformDependenciesExtension.intellijIde(versionWithCode: String) {
137137
if (type == IntelliJPlatformType.IntellijIdeaUltimate && version.startsWith("2025.3")) {
138138
intellijIdea(version) {
139139
useInstaller.set(false)
140+
useCache.set(true)
140141
}
141142
} else {
142143
create(type, version) {
143144
useInstaller.set(false)
145+
useCache.set(true)
144146
}
145147
}
146148
// JetBrains runtime is necessary not only for running IDE but for tests as well

0 commit comments

Comments
 (0)