You need to explicitly call out your test framework in testCompile (why would it be in compile anyway?).
On Sun, May 30, 2010 at 12:36, Peter Niederwieser <[email protected]> wrote: > > After switching the Spock build from Gradle 0.8 to 0.9-preview-1, I got lots > of test errors. After explicitly adding JUnit 4.8.1 as a test runtime > dependency (it had already been a compile dependency), most of these errors > went away. Does this mean that compile dependencies are no longer on the > test runtime class path? > > Cheers, > Peter > -- > View this message in context: > http://old.nabble.com/Compile-dependencies-no-longer-on-test-runtime-class-path--tp28723918p28723918.html > Sent from the gradle-user mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Jason Porter Software Engineer Open Source Advocate PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
