Hi,

I've got the following build.gradle:

apply plugin: 'java'

repositories {
    mavenCentral()
}

sourceCompatibility = 1.5
version = '1.0'
srcDirNames = ['java']

dependencies {
…
}


My directory structure is 

<project>/src/java/com/...

So I assume that 

srcDirNames = ['java']

Would override the default of src/main/java but it doesn't appear to work. 
Nothing gets compiled. This is running against 0.9.2 and 1.0 RC. Any ideas?

Thanks very much, 
Ben
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to