1.1 Declares a wrapper task. build.gradle. task wrapper(type: Wrapper) { gradleVersion = '2.10' //we want gradle 2.10 to run this project }.
確定! 回上一頁