update gradle to 6.5

This commit is contained in:
2020-06-21 08:21:28 +02:00
parent 3239871a1b
commit 822d4ab9dd
5 changed files with 5 additions and 2 deletions

View File

@@ -124,5 +124,5 @@ subprojects {
}
wrapper {
gradleVersion = '6.3'
gradleVersion = '6.5'
}