update gradle to 4.10.1

This commit is contained in:
2018-09-13 19:01:02 +02:00
parent 1d0d3e6d2b
commit 81fb565b1d
3 changed files with 2 additions and 2 deletions

View File

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