Gradle configuration cache by example. Part 2: problems
In the first part we have seen how configuration cache is working. Now I will briefly show what problems configuration cache brings to plugin authors with possible solutions. Searching for problems There are two types of problems you may face: On fi...