Hello Tom,

hm, strange cause it works for me.

my build.gradle
> apply plugin: 'java'
> // create the source and resource directory layout.
> task "create-dirs" << {
>    sourceSets.all*.java.srcDirs*.each { it.mkdirs() }
>    sourceSets.all*.resources.srcDirs*.each { it.mkdirs() }
> }
gradle -t shows "create-dirs" task

now running
gradle create-dirs
creates the structure

Could you try this?

-- 
Regards / Pozdrawiam
Tomek Kaczanowski

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

    http://xircles.codehaus.org/manage_email


Reply via email to