update gradle to 5.6.2

This commit is contained in:
2019-09-07 17:53:38 +02:00
parent 6421b82ce1
commit 0751802dd0
2 changed files with 2 additions and 2 deletions

View File

@@ -84,5 +84,5 @@ subprojects {
}
wrapper() {
gradleVersion = '5.6'
gradleVersion = '5.6.2'
}