📅  最后修改于: 2022-03-11 14:58:05.897000             🧑  作者: Mango
////////////////
// 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'
}