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.