There are options in gradle where you can extend a particular task ("clean" in your case) with doFirst (before the actual task), doLast (after ...
確定! 回上一頁