Your build.gradle file is defining a task with the name wrapper, likely to pin the gradle version, like: task wrapper(type: Wrapper) { gradleVersion ...
確定! 回上一頁