Commit 43c5a9a
committed
fix: pin 261 EAP to specific build to avoid Gradle snapshot resolution hang
261.22158-EAP-CANDIDATE-SNAPSHOT causes Gradle to re-check the
JetBrains snapshot repo on every build. If the repo is slow or
mid-publish, Gradle hangs indefinitely — this is why Linux 2026.1
CI runs for 6+ hours before timing out.
Pin to 261.22158.205-EAP-CANDIDATE (latest available pinned build)
so Gradle downloads once and caches.1 parent b01fdc9 commit 43c5a9a
File tree
1 file changed
+3
-3
lines changed- buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments