task hello << { println 'Hello world!' } task intro(dependsOn: hello) << { println "I'm Gradle" }. 在存儲 build.gradle 文件的目錄位置執行以下命令,應該看到 ...
確定! 回上一頁