version = '0.1.0-SNAPSHOT' task first(group: "test", description: "first task") { doLast { println "first" } } task second { doLast ...
確定! 回上一頁