blob: 83f62df13f6ffac33f1c8916350a27443a791697 (
plain)
1
2
3
4
5
6
|
tasks.wrapper {
gradleVersion = "7.4"
// You can either download the binary-only version of Gradle (BIN) or
// the full version (with sources and documentation) of Gradle (ALL)
distributionType = Wrapper.DistributionType.ALL
}
|