How does one enable configuration cache??
# gradle
a
How does one enable configuration cache??
e
https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:enable I think adding the
/gradle.properties
file is easiest, with
Copy code
org.gradle.unsafe.configuration-cache=true
k
Alternatively for stable configuration cache implementation: https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:stable
v
That is not enabling the CC
k
Derp, didn’t realize that!
v
With Gradle 8 CC should become stable as a whole though
k
I totally misunderstood the meaning of
STABLE_CONFIGURATION_CACHE
🙃
v
Yeah it's somewhat alien named. But a better matching name would probably be twice as long.