Gradle supports two big types of tasks: simple and enhanced. Let's observe some task definition styles: task hello { doLast{ //some code } }.
確定! 回上一頁