Commit d524793
ci: enable Gradle build cache and Docker BuildKit cache mounts
- Add gradle.properties with org.gradle.caching=true so compiled
outputs are reused across CI runs.
- Add BuildKit --mount=type=cache for Gradle and npm in Dockerfile
so dependency downloads survive across image rebuilds.
Docker build time dropped from ~13.5min to ~6.5min (52% faster).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f0ae564 commit d524793
3 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments