Bruno Bonacci wrote: > > why those dependencies must be specified in the build file? why are not > added automatically by the groovy plugin? >
The Groovy plugin cannot know which version and distribution of Groovy you'd like to use. The most straightforward way to provide this information is with a dependency. (Maybe there could be a default, but requiring an explicit choice is safer.) Ivy isn't generally needed when using Groovy, so you have to add it explicitly. Cheers, Peter -- View this message in context: http://gradle.1045684.n5.nabble.com/problem-with-gradle-and-groovy-scripts-with-Grapes-tp3315546p3317047.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
