Javi
03/19/2024, 2:43 AMOverlapping outputs: Gradle does not know how file 'CHANGELOG.md' was created (output property 'outputFile'). Task output caching requires exclusive access to output paths to guarantee correctness (i.e. multiple tasks are not allowed to produce output in the same location).
The problem is one task is adding some lines to the changelog file, and another different task formats the changelog file.
Is it not a valid use case? Should I open an issue?
What if two different plugins use the changelog file? It would be impossible to make a task cacheable.ephemient
03/19/2024, 3:18 AMephemient
03/19/2024, 3:20 AMSinan Kozak
03/19/2024, 10:41 AM