I’m trying a few things to try to save the build cache directory during a CI job and then restore it in subsequent ones.
But I’m not able to locate where exactly the build cache is storing the cached task outputs.
I know that it can be explicitly set in settings.gradle but to avoid having to make changes in source (gradle.properties and settings.gradle), I’d like to use the build cache by passing in the command line parameters for now.