I'm new to gradle and trying to get junit tests working with intellij. When I click 'test' from the gradle menu I get "Test events were not received". Then if I manually run my tests class from intellij the tests run fine. Finally, if I click 'test' from the gradle menu after manually running the class, the tests run, but only one time and then back to "Test events not received". Any idea what is going on?