task wrapper(type: Wrapper){
gradleVersion = '7.2'
}
You can replace 7.2 with the gradle version you want, then run gradle wrapper
task.
task wrapper(type: Wrapper){
gradleVersion = '7.2'
}
You can replace 7.2 with the gradle version you want, then run gradle wrapper
task.