Answers for "Task 'wrapper' not found in project ':'."

0

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'
}
Posted by: Guest on October-04-2021

Code answers related to "Task 'wrapper' not found in project ':'."

Browse Popular Code Answers by Language