I am trying to debug some gradle internal issues, like if our settings are wrong to exclude some directories.
I am surprised SkipUpToDateStep
is in org.gradle.internal.execution.steps
but debug log is saying
[INFO] [org.gradle.internal.execution.impl.steps.SkipUpToDateStep] Skipping task ':testBuild' as it is up-to-date.
However, I can’t find any other SkipUpToDateStep
class.
Is there anything I missed? How to debug this?