update gradle to 4.10.1

This commit is contained in:
2018-09-13 18:47:48 +02:00
parent 84350c4dfb
commit bd54a8ad8d
3 changed files with 2 additions and 2 deletions

View File

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