You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A finalizer task with inputs produced by other tasks can have its inputs destroyed by another task before execution.
Expected Behavior
Gradle should prevent other tasks from destroying the finalizer task inputs before the finalizer task has been executed.
Context (optional)
No response
Steps to Reproduce
In the example below, Gradle should not allow the clean task to run between :b and :c (the producer task and the finalizer / consumer task) but that's not what happen when the Configuration Cache feature is enabled:
Current Behavior
A finalizer task with inputs produced by other tasks can have its inputs destroyed by another task before execution.
Expected Behavior
Gradle should prevent other tasks from destroying the finalizer task inputs before the finalizer task has been executed.
Context (optional)
No response
Steps to Reproduce
In the example below, Gradle should not allow the
clean
task to run between:b
and:c
(the producer task and the finalizer / consumer task) but that's not what happen when the Configuration Cache feature is enabled:Gradle version
8.10
Build scan URL (optional)
No response
Your Environment (optional)
No response
The text was updated successfully, but these errors were encountered: