-
Improve the scalability and overall performance of the Configuration Cache by storing and loading the work graph in parallel.
-
Currently, if you enable [Gradle configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) it fails with:
```
Execution failed for task ':generate'.
> Extension of …
-
We validate the cache ability of our elasticsearch build once on a regular basis. Testing updating spotless gradle plugin to 7.0.0BETA3(and 4) the cachabiltiy of one of the spotlessJava tasks within o…
-
Hello,
Would be nice if the attic server config would have options for caches and their settings so its not a manual process to create them.
Example
```
declarative = (hard|soft|true|false)
[cach…
-
The current version is not compatible with the new Gradle configuration cache as it for example modifies the version property at task execution time.
-
### Current Behavior
Configuration cache fails when testing a gradle settings plugin created with the `kotlin-dsl` plugin. This was working fine on gradle 8.10.* including on projects using 8.10.* wi…
-
Hi
Is the Custom Publisher compatible with Configuration Cache?
The CC ticket at https://github.com/cdsap/Talaiot/issues/349 mentions that there was a compatibility issue here
>Custom Publisher…
-
### Current Behavior
At version 8.11.0-RC1, parallel storing configuration cache is possible.
However, I found classEncoder in DefaultWriteContext may be NOT thread safe cause every child write conte…
-
[Configuration Caching](https://docs.gradle.org/current/userguide/configuration_cache.html
) is an upcoming Gradle feature, which allows the configuration phase to reuse previous computations of thei…
-
The `GatherLicenseTask` is not compatible with Gradle's [configuration cache](https://docs.gradle.org/8.10.2/userguide/configuration_cache.html).
```
val gatherLicense = tasks.register("gatherLice…