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