Gradle version bump

This commit is contained in:
2022-03-08 07:05:28 +08:00
parent ae7ed05ad5
commit 7001620434
3 changed files with 4 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ publishing {
}
wrapper {
gradleVersion = "7.2"
gradleVersion = getProperty('version.gradle')
distributionType = Wrapper.DistributionType.ALL
}