fix build
This commit is contained in:
parent
ae4b8b7f70
commit
5bd04d76fe
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ allprojects {
|
|||
}
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.14.1'
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue