I'm using Gradle. I have two tasks: "a" and "b". I want task "a" to call task "b". How can I do this? task b(type: Exec) { description "Task B" commandLine ...
確定! 回上一頁