Commit 8a93f31
fix(ci): disable Gradle build cache for Kotlin SDK in Java E2E
Self-hosted runner's persisted build cache can serve stale class files
from a previous branch, causing compilation errors when new methods
(e.g. manualCleanup) are not found. Clean and disable build cache
to ensure a fresh build every run.
Made-with: Cursor1 parent f2b8aa7 commit 8a93f31
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments