task hello { doLast { println 'Hello world!' } } In a command-line shell, move to the containing directory and execute the build script with gradle -q ...
確定! 回上一頁