> Yes. Gradle will compile any *.groovy and any *.java it finds under the
> groovy source directories.

The bit I find really surprising is that Gradle seems to intelligently
work out what the root source directory is for each Java or Groovy
file it comes across. So even though I haven't explicitly declared
"src/java" as a source root, any Java files in that directory are
compiled without any complaints. I was expecting a "mismatch between
directory structure and package" error.

Cheers,

Peter

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

    http://xircles.codehaus.org/manage_email


Reply via email to