I'm trying to get the integration tests for the testng stuff setup: foreseen tests at the moment all combinations of: jdk14/jdk15 - java / groovy plugin - passing / failing test.
I've noticed that only the gradle output of the first test that is run gets actually sent to system.out. I'm also having problems running 2 gradle integration tests after each other that both use the Groovy plugin. The first test completes as expected, but when the second test runs that test always fails to compile. Does anybody have an idea what I'm doing wrong? Thx, Tom
