Is there anyway I could override gradle's up-to-date functionality?

I have two scenarios in mind
1) I need to call a web service, pass in the last message ID from
previous run, and check to see if it is the latest.  If there is new
info, then the task is not "up to date" and I need to execute the task

2) if someone changes the configuration for a task (by this I mean a
properties file or a convention), then I want to re-run.

Thoughts?

thanks
phil

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

    http://xircles.codehaus.org/manage_email


Reply via email to