This message was deleted.
# community-support
s
This message was deleted.
e
gradle.startParameter.isBuildCacheEnabled
should be the only thing you need to check
thank you 1
j
What about those properties that are not there? I cannot find
isConfigurationCacheEnabled
for example
e
gradle.startParameter.isConfigurationCacheRequested
j
it is deprecated for me
I am going to check if it on 8.6
The deprecation is gone in Gradle 8.6 RC, but it is hardcoded to return false 🤔 Not sure if they are changing somehow with reflection or whatever 😖
e
it is not hard-coded in the actual implementation used, and you can see https://docs.google.com/document/d/12xcJKVF9oVhLEdikoVIAtk71_LoKKxj09LRK2JkVMKU/edit for the replacement if you're on 8.6+
👍 1
thank you 1
v
And here is an issue to thumbs-up and watch for build cache as build feature: https://github.com/gradle/gradle/issues/27246
👀 1