> thanks!
>
> what about jars I want added to my gradle classpath?

Add the file 'buildSrc/build.gradle' and add:

  apply id: 'groovy'
  repositories {
      mavenCentral()
  }

  dependencies {
      classpath ...
  }

Note the name of the configuration in the dependencies section! It's
'classpath'.

Hope that helps,

Peter

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to