在之前的文章中,我们讲到了如何使用gradle创建一个简单的task,以及task之间怎么依赖, ... tasks.create('hello') { doLast { println "hello" } ...
確定! 回上一頁