There was a discussion not too long ago about the order in which tasks are
run...

Writing this:

task "forceTest" { 
  dependsOn "cleanTest", "test" 
} 

is different from issuing

gradle cleanTest test

and the only salvation is because cleanTest starts with a 'c' and test
starts with a 't'

Yan
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/how-does-gradle-decide-when-to-run-tests-tp3314172p3315330.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


Reply via email to