update to gradle 4.9

This commit is contained in:
2018-08-17 18:45:15 +02:00
parent 19886eff89
commit a8658480ce
3 changed files with 3 additions and 3 deletions

View File

@@ -52,5 +52,5 @@ subprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '4.7'
gradleVersion = '4.9'
}