I have 3 gradle tasks:first,second,third.
task first { doLast { println "+++++first+++++" } } task second { doLast { println