Do I need to do anything special to get unit tests running in IntelliJ? It used to work for me in the past but doesn't anymore and ./gradlew cleanIdea idea doesn't help. I'm trying to run DefaultTaskTest but compilation fails on AbstractGradleExecuter not seeing org.gradle.util.Matchers.
I tried Build -> Rebuild project but also without luck. Marcin