This build script defines a task name hello which is used to print tutorialspoint string. task hello { doLast { println 'tutorialspoint' } }. Execute the ...
確定! 回上一頁