update gradle to 4.2

This commit is contained in:
2017-09-26 19:30:58 +02:00
parent f7870a15a7
commit 4a07ed14b0
5 changed files with 48 additions and 46 deletions

View File

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