Brett Cave wrote: > > How should I correctly configure the groovy compilation classpath >
The "groovy" class path is only for the Groovy Jar itself. For dependencies of your Groovy code, use "compile", "runtime", etc. as you would for Java code. By the way, 1.8.0-beta-2 is seriously outdated. I recommend to use 1.7.8 or 1.8.0-rc-1 instead. -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradleware http://www.gradleware.com Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Adding-groovy-compilation-dependencies-tp3408941p3408953.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
