Open kazurayam opened 4 years ago
The original source of build.gradle had the following lines
// ======== wrapper ========
task wrapper(type: Wrapper) {
gradleVersion = "4.6"
}
Oh, Gradle ver 4.6. Such old version!
Just remove the task wrapper
lines would be sufficent.
I used Gradle 6.0.1
I got a error