update to gradle 4.3.1

This commit is contained in:
2017-11-10 10:09:53 +01:00
parent a59db6cfe8
commit b50cb8fdca
4 changed files with 5 additions and 6 deletions

View File

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