We added a property to force test reruns specifically, but I can't remember it off hand. More generally, is a gradle option to rerun all tasks (but this takes longer) '--rerun-tasks'.
On Wed, Aug 7, 2019, 10:09 Kirk Lund <kl...@apache.org> wrote: > I used to use "./gradlew test" to run or rerun unit tests but it no longer > works. It seems to just early out... maybe gradle thinks that the unit > tests were already run so it doesn't need to rerun them. > > Is this intentional? I assume some gradle changes were made that changed > this behavior. >