Hi,

when I make the compile task depend on a custom task, Gradle always executes my task although it need not. How do I tell Gradle that my task is UP-TO-DATE?

task myTask {
   // do something that is a pre-requisite for compileJava
}

compileJava.dependsOn myTask

Cheers
Matthias


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

   http://xircles.codehaus.org/manage_email


Reply via email to