You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should give us better cache hits on cached dependency jars, which are generally different per branch, while the root build.gradle file will be the same.
Using the build.gradle file is probably not the best choice for the cache key still. Probably we would want to use all the build.gradle files and all of the lockfiles combined.