Solutionunvalidated
you should be able to "fix" the problem by explicitly defining `dependsOn()` or in some cases `inputs.files()` — newer Gradle versions. Tension: the file might not be present, because another gradle task is providing it.
18574111-c5e8-4b3b-b4f5-1164ddd885b2
you should be able to "fix" the problem by explicitly defining dependsOn() or in some cases inputs.files() — newer Gradle versions. Tension: the file might not be present, because another gradle task is providing it.