printLn method to print the text to the console. build.gradle task hello { doLast { println 'Hello world!' } } We can then execute this task by using ...
確定! 回上一頁