« Return to Thread: Small optimisation suggestion

Small optimisation suggestion

by Eske Sort :: Rate this Message:

Reply to Author | View in Thread

I noticed that in a project with no test-cases, the test-related tasks  
are all run even though there are no tests present.
Specifically Gradle will try to execute the test-cases even though  
there were no test-cases to compile (this is Gradle 0.6 - not checked  
against earlier version of Gradle).

I'm not sure if skipping the execution in this case would have any  
real benefit beyond the percieved (not running something that is not  
needed). In any case, it seems this is something that could be  
optimised slightly.

Regards,
Eske

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

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Small optimisation suggestion