Lam
Lam
Hi 👋 Is there any update on this? This is also preventing build cache from being used.
I consistently get this issue with the task `DexMergingTask`, with or without daemon, both on CI and locally. I'm using Gradle 8.6
@bigdaz no, removing GUH caches did make the first build to work; however, it starts failing consistently from the second one
hey @mrober, We run different tasks (assemble and unit test) with release variant on CI for different flow (for internal/external publishing and PR validation), and then use remote build cache....
hey @mrober 👋 Any updates from your side?
@mrober Thanks for the explanation, very clear. is there an API for setting this value on client side? We got the exactly same problem with New Relic SDK (the difference...
yeah, we will only intercept this value for builds that we don't need crashlytics (PR compilation checks, unit tests etc.., and we have a specific app version format for these...
> So there might be no way to distinguish where each violation is coming from. There's the `location` which may help reluctantly deduce the gradle project? > whether you actually...
The report looks great to me. I hope you already handle specifically the `variantName` of child modules (instead taking the one of the parent app module which may contain build...