If you want an example of task rule you can look at the following build.gradle:
https://github.com/linkedin/glu/blob/master/agent/org.linkedin.glu.agent-server/build.gradle around line 76. The idea is that the closure (of the rule) gets called with each task name and you can use some regular expression matching to figure out if you want to proceed or not. Yan -- View this message in context: http://gradle.1045684.n5.nabble.com/calling-task-multiple-times-with-different-parameters-tp3290970p3300547.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
