update to gradle 4.4

This commit is contained in:
ahr
2017-12-16 17:33:45 +01:00
parent d63fabc85d
commit a2512b210f
4 changed files with 5 additions and 6 deletions

View File

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