fix build

This commit is contained in:
Alexey Kuznetsov 2016-07-26 08:20:57 +03:00
commit 5bd04d76fe

View file

@ -18,6 +18,10 @@ allprojects {
}
}
task wrapper(type: Wrapper) {
gradleVersion = '2.14.1'
}
task clean(type: Delete) {
delete rootProject.buildDir
}