eygraber
07/30/2021, 8:30 PMcompile*Kotlin
tasks have build cache misses (specifically for Android projects building a release variant) even though nothing apparent changed in those modules.
What's the best way to debug this?tapchicoma
08/01/2021, 9:03 AM-Dorg.gradle.caching.debug=true
flag on CI and then locally for the same task. Then compare the difference in inputs for tasks that missed the cache.
BTW which Kotlin version are you using?eygraber
08/01/2021, 6:24 PMeygraber
08/01/2021, 6:24 PMtapchicoma
08/01/2021, 8:23 PMeygraber
08/01/2021, 10:18 PMtapchicoma
08/02/2021, 8:52 AM--no-parallel
on CI, but --parallel
locally? 🤔eygraber
08/02/2021, 2:10 PM--no-parallel
on CI (I posted the command I'm running here https://kotlinlang.slack.com/archives/C19FD9681/p1627856485019700?thread_ts=1627682379.009800&cid=C19FD9681)
I get the following error with the debug flag set:
The build scan publishing request was rejected as the data exceeded the maximum size.