📜  在项目“:”中找不到任务“包装器”. - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:05.897000             🧑  作者: Mango

代码示例1
////////////////
// add this configuration line at the end of the line
////////////////
// HERE IS A FIX :: Add this in Gradle File (at end)
////////////////

task wrapper(type: Wrapper){
   gradleVersion = '7.2'
}