Task 'wrapper' not found in project ':'.
////////////////
// 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'
}