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
1.4m articles
1.4m replys
5 comments
57.0k users