>And common.gradle contains : 
>
>buildscript { 
>  dependencies { 
>     classpath 'group:name:1.0' 
>  } 
>} 

Does it work if you use:

  rootProject.buildscript.dependencies {
      classpath 'group:name:1.0' 
  }

I fell over this one myself.

Paul
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/buildscript-cannot-be-put-inside-external-gradle-script-tp3334836p3334880.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