This message was deleted.
# community-support
s
This message was deleted.
v
You mean disabling those features? No
👍 1
c
Well I want to disable configuration cache but enable write locks. I suppose I could simply self-exec gradle again
c
have you considered this?
v
If you self-exec, I'd recommend you use the tooling api in a custom task, not the
GradleBuild
task type. Because if you have a
GradleBuild
task type, you immediately disqualify for composite builds. Using the tooling api it works fine though.
c
Didn't know it existed. Which is why I asked the question. Is there an API to enable write locks?
c
what sort of write locks are you referring to?
c
--write-locks