I\'m using the latest version of Gradle (milestone 9), and I\'m trying to figure out how to create a Jar of all test binaries.
From what I\'ve found on the internet
Changing sourceSets.test.classes to sourceSets.test.output fixes the problem.
sourceSets.test.classes
sourceSets.test.output