Is there a way I can force a gradle task to run again, or reset all tasks back to the not UP-TO-DATE state?
Try to run your build with -C rebuild that rebuilds Gradle's cache.
-C rebuild
In newer versions of Gradle, use --rerun-tasks
--rerun-tasks
2.1m questions
2.1m answers
60 comments
57.0k users