Gradle Task dependsOn多个参数执行顺序task first { doLast { println "+++++first+++++" }}task second { doLast { println "+++++second+++++" } ...
確定! 回上一頁