在之前的文章中,我们讲到了如何使用gradle创建一个简单的task,以及task之 ... task(hello) { doLast { println "hello" } } task(copy, type: Copy) ...
確定! 回上一頁