thanks!

what about jars I want added to my gradle classpath?



On Sat, Mar 6, 2010 at 10:59 AM, Peter Ledbrook <pe...@cacoethes.co.uk> wrote:
>> Ok, I tried putting a groovy file in buildSrc (look at the link to see
>> my layout).
>
> "buildSrc" contains a complete Java or Groovy project. So a simple set up
> (without an explicit build file) would look like:
>
> buildSrc
>   |
>   +--src
>       |
>       +--main
>       |   +--groovy
>       |   |   |
>       |   |   +--Config.groovy
>       |   |
>       |   +--java
>       |
>       +--test
> Of course, you'd probably want to put Config.groovy into a package.
> You can also add a build.gradle file to buildSrc if you want to customise
> the build, for example by having a different source file layout.
> Cheers,
> Peter

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

    http://xircles.codehaus.org/manage_email


Reply via email to