Caleb Cushing
11/04/2024, 4:49 PM<repo>/.gradle? is there something like project layout that I can use to access that (presuming that directory can be configured to be elsewhere)? data needs to last longer than a build, but it only affects any singular repository. I don't think putting it in build is a good idea because then the benefit is lost on CI. Ideally it should also live somewhere the github action will "cache"Vampire
11/04/2024, 5:18 PMgradle.startParameter.projectCacheDir.
But if so, its JavaDoc says
> Note that this directory is managed by Gradle, and it assumes full ownership of its contents. Plugins and build logic should not store or modify any files or directories within this cache directory.Caleb Cushing
11/04/2024, 5:49 PMCaleb Cushing
11/04/2024, 5:50 PMCaleb Cushing
11/04/2024, 5:51 PMCaleb Cushing
11/04/2024, 5:51 PMCaleb Cushing
11/04/2024, 5:53 PMCaleb Cushing
11/04/2024, 5:53 PM.var/gradle ...