這個 build.gradle 文件稱為構建腳本,盡管嚴格來說,它是一個構建配置腳本,我們將 ... build.gradle task hello { doLast { println 'Hello world!' } ...
確定! 回上一頁