Parallel Unit Tests

Have you guys considered spinning off you parallel unit testing capabilities into a standalone Ant task?

We don’t have any plans to port Gradle features like parallel testing to Ant. What you can do though is to import the Ant build into Gradle and then add a test task on the Gradle side. We’ve heard of some people using this successfully.