在之前的文章中,我們講到了如何使用gradle建立一個簡單的task,以及task之間怎麼 ... task('hello') { doLast { println "hello" } } task('copy', ...
確定! 回上一頁