定义task. 定义一个task可以有很多种方式,比如下面的使用string作为task的名字:. task('hello') {. doLast {. println "hello". } } task('copy' ...
確定! 回上一頁