update to gradle 7

This commit is contained in:
2021-04-10 12:18:13 +02:00
parent d411de0816
commit b496036857
2 changed files with 2 additions and 2 deletions

View File

@@ -131,5 +131,5 @@ subprojects {
}
wrapper {
gradleVersion = '6.8.3'
gradleVersion = '7.0'
}