update gradle to 7.2

This commit is contained in:
2021-08-25 19:02:27 +02:00
parent 8595f989b8
commit f2833bccdc
3 changed files with 161 additions and 112 deletions

View File

@@ -136,5 +136,5 @@ subprojects {
}
wrapper {
gradleVersion = '7.1.1'
gradleVersion = '7.2'
}