build: remove wrapper task

Renovate takes care of this
This commit is contained in:
Harsh Shandilya 2021-12-25 18:30:53 +05:30
parent 70200ace8b
commit f363d093f1
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -56,8 +56,3 @@ allprojects {
}
}
}
tasks.withType<Wrapper> {
gradleVersion = "7.3.1"
distributionSha256Sum = "9afb3ca688fc12c761a0e9e4321e4d24e977a4a8916c8a768b1fe05ddb4d6b66"
}