update gradle to 3.5

This commit is contained in:
2017-04-14 07:04:51 +02:00
parent f22be73b42
commit 85e45f74b7
5 changed files with 48 additions and 46 deletions

View File

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