// build.gradle task hello { doLast { println 'Hello world!' } } 在專案的移至包含的目錄並使用以下命令執行構建指令碼: ./gradlew - ...
確定! 回上一頁