Gradle has, for as long as I can recall, always had this behavior for unit 
tests. The default in Gradle Test plugin is to not rerun tests unless the main 
sources have changed. For integration, distributed and acceptance tests we have 
changed that default to always run regardless of source changes.

> On Aug 7, 2019, at 10:08 AM, 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.

Reply via email to