The documentation is correct. That setting works in 8.2. Furthermore, both work for the time being.
Are you actually running Gradle 8.2? (
./gradlew --version
)
a
Anderson Lameck
07/09/2023, 3:16 PM
Never mind, my task were failing.
I was backing on an old feature that 7.6.1 had that it would cache tasks that would even fail in the execution phase, but pass on configuration phase.
Apparently this is not the case for 8.2
👍 1
v
Vampire
07/09/2023, 4:02 PM
Yes, configuration should be cached, even if execution failed, unless I'm majorly wrong.