blob: 5987721eea4e4def1ea669f06884a7f83c834fa6 (
plain)
1
2
3
4
5
6
7
8
|
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
}
|