> Is something like this possible:
>
>  apply id: 'groovy'
>
>  sourceSets {
>      main {
>          groovy {

<snip>

Actually, I'm a little bemused that the following:

sourceSets {
     main {
         groovy {
             srcDir(projectDir)
         }
     }
 }

works perfectly! Even Java files under "src/java" are compiled without
any problem. Is this intentional?

Cheers,

Peter

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

    http://xircles.codehaus.org/manage_email


Reply via email to