Hi,

I've changed the gradle build file in this way ad it seems working now.
----------------------8<----------------------8<----------------------8<----------------------8<----------------------8<----------------------
 
apply plugin: 'groovy'

repositories {
    mavenCentral()
}

dependencies {
    groovy group: 'org.codehaus.groovy', name: 'groovy', version: '1.7.6'
    groovy group: 'org.apache.ivy', name:'ivy', version:'2.2.0'
}
----------------------8<----------------------8<----------------------8<----------------------8<----------------------8<----------------------
 

why those dependencies must be specified in the build file? why are not
added automatically by the groovy plugin?

Bruno

-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/problem-with-gradle-and-groovy-scripts-with-Grapes-tp3315546p3315564.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


Reply via email to