For more information/background on gradle and running tests, I suggest
reading this blog post from the gradle team

https://blog.gradle.org/stop-rerunning-tests

-michael

On Wed, Aug 7, 2019 at 11:58 AM Jacob Barrett <jbarr...@pivotal.io> wrote:

> 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