此构建脚本定义一个名称为“hello” 的任务,用于打印 hello world 字符串。 task hello { doLast { println 'hello world' } }. 在存储 build.gradle 文件的目录位置执行 ...
確定! 回上一頁