task hello { doLast { println 'Hello Gradle' } }. To execute the hello task in this build file, type gradle hello on the command line in the ...
確定! 回上一頁