-
When I try to enable the configuration cache, gradle fails on scalafix tasks. I've got several occurrences of these errors:
```
- Task `:apps:configSemanticDBMain` of type `io.github.cosmicsilence.s…
-
Hi, I have solved all configuration problems with your gentle help, thanks.
I am trying to use other KV cache-sharing strategies on your project (e.g. YOCO). I have noticed you gave a pre-defined c…
-
```
17 problems were found storing the configuration cache, 8 of which seem unique.
- Task `:app:lspollutionRelease` of type `org.lsposed.lspollution.plugin.LSPollutionTask`: cannot serialize object…
-
**Is your feature request related to a problem? Please describe.**
Similar to the overriding of the forward option we would like to overwrite the cache option (or the whole default configuration) in …
-
### Expected Behavior
Gradle should provide a clear migration path for plugins using build listeners to use build services, also clarifying whether build services are a replacement of build listeners…
-
### Current Behavior
Twice the amount of memory is allocated, which is held until the end of the build when:
- configuration cache is enabled;
- no actual configuration cache;
- project contains i…
-
### Current Behavior
Execute
- `./gradlew :a:b:c:assembleDebug` -> stores cc entry
- `./gradlew :a:b:c:assembleDebug` -> reuses cc
- `./gradlew -p a/b/c assembleDebug` -> cc miss w/ "no task graph fo…
-
### Current Behavior
Currently the configuration cache cannot be reused, as it returns something like: "Calculating task graph as configuration cache cannot be reused because file 'some-included-su…
-
**Which version of Microsoft Identity Web are you using?**
Latest master
**Where is the issue?**
* Web app
* [ ] Sign-in users
* [ ] Sign-in users and call web APIs
* Web API
* [ …
-
Running on Gradle 8.6 with enabled configuration cache results in the following failure:
```
* What went wrong:
Some problems were found with the configuration of task ':mymodule:generateJsonSche…