update gradle to 4.4

This commit is contained in:
2017-12-13 20:44:49 +01:00
parent 25650b9638
commit 76145b080e
3 changed files with 3 additions and 3 deletions

View File

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