update gradle to 3.3

This commit is contained in:
2017-02-05 08:32:15 +01:00
parent 9c86f8136b
commit 30b92459a7
2 changed files with 2 additions and 2 deletions

View File

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